Html Css Color HEX #FBD9C6 Karry

📋 copy color: '#FBD9C6'

red 251 ◦ green 217 ◦ blue 198

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

Shades of Karry #FBD9C6

Tints of Karry #FBD9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 29.73%

R = 37.69%
G = 32.58%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBD9C6 (or 0xFBD9C6) is known color: Karry. HEX triplet: FB, D9 and C6. RGB value is (251,217,198). Sum of RGB (Red+Green+Blue) = 251+217+198=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 198 (77.73% from 255 or 29.73% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9C6 is #042639. Grayscale: #E1E1E1. Windows color (decimal): -271930 or 13031931. OLE color: 13031931.

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

Color convert

RGB 251 217 198 -
CMYK 0 0.14 0.21 0.02
HSL 21.51º 0.87% 0.88% -
HSV(B) 21.51º 0.21% 0.98% -
XYZ 74.79 74.21 63.81 -
YUV 225 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 251 217 198 0 0.14 0.21 0.02 21.51 0.87 0.88
Hex FB D9 C6 0 E 15 2 16 57 58
Octal 373 331 306 0 16 25 2 26 127 130
Binary 11111011 11011001 11000110 0 1110 10101 10 10110 1010111 1011000

Color Harmonies of #FBD9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD9C6

Black with #FBD9C6

Text Example


Text Example

White with #FBD9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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