Html Css Color HEX #FBD9C2 Karry

📋 copy color: '#FBD9C2'

red 251 ◦ green 217 ◦ blue 194

#FBD9C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karry #FBD9C2

Tints of Karry #FBD9C2

RGB

 RED value IS 251 (98.44% from 255) = 37.92%

 GREEN value IS 217 (85.16% from 255) = 32.78%

 BLUE value IS 194 (76.17% from 255) = 29.31%

R = 37.92%
G = 32.78%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBD9C2 (or 0xFBD9C2) is known color: Karry. HEX triplet: FB, D9 and C2. RGB value is (251,217,194). Sum of RGB (Red+Green+Blue) = 251+217+194=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 194 (76.17% from 255 or 29.31% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9C2 is #04263D. Grayscale: #E0E0E0. Windows color (decimal): -271934 or 12769787. OLE color: 12769787.

HSL color Cylindrical-coordinate representation of color #FBD9C2: hue angle of 24.21º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBD9C2 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 217 194 -
CMYK 0 0.14 0.23 0.02
HSL 24.21º 0.88% 0.87% -
HSV(B) 24.21º 0.23% 0.98% -
XYZ 74.33 74.03 61.41 -
YUV 224.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 251 217 194 0 0.14 0.23 0.02 24.21 0.88 0.87
Hex FB D9 C2 0 E 17 2 18 58 57
Octal 373 331 302 0 16 27 2 30 130 127
Binary 11111011 11011001 11000010 0 1110 10111 10 11000 1011000 1010111

Color Harmonies of #FBD9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD9C2

Black with #FBD9C2

Text Example


Text Example

White with #FBD9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD9C2; }

 p { color: rgb(251,217,194); }

 H1.HeaderClassName
 {
   color: #FBD9C2;
 }
 .AnyTagClassName
 {
   color: #FBD9C2;
 }
</style>

background-color css

<style>
 a { background-color: #FBD9C2; }

 a { background-color: rgb(251,217,194); }

 div.DivClassName
 {
   background-color: #FBD9C2;
 }
 .BgClassName
 {
   background-color: #FBD9C2;
 }
</style>

border-color css

<style>
 span { border-color: #FBD9C2; }

 span { border-color: rgb(251,217,194); }

 td.TdClassName
 {
   border-color: #FBD9C2;
 }
 .TagClassName
 {
   border-color: #FBD9C2;
 }
</style>