#FBE0CA

Color #FBE0CA Karry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karry #FBE0CA

Tints of Karry #FBE0CA

Color information

#FBE0CA (or 0xFBE0CA) is unknown color: approx Karry. HEX triplet: FB, E0 and CA. RGB value is (251,224,202). Sum of RGB (Red+Green+Blue) = 251+224+202=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0CA is #041F35. Grayscale: #E5E5E5. Windows color (decimal): -270134 or 13295867. OLE color: 13295867.

HSL color Cylindrical-coordinate representation of color #FBE0CA: hue angle of 26.94º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBE0CA is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251224202-
CMYK00.110.200.02
HSL26.94º85.96%88.82%-
HSV(B)26.94º19.52%98.43%-
XYZ77.178.0866.89-
YUV229.56112.45143.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 224 (87.89% from 255) = 33.09%
BLUE value IS 202 (79.30% from 255) = 29.84%
R=37.08%
G=33.09%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122420200.110.200.0226.9485.9688.82
HexFBE0CA0B1421b5659
Octal37334031201324233126131
Binary1111101111100000110010100101110100101101110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0CA; }

 p { color: rgb(251,224,202); }

 H1.HeaderClassName
 {
   color: #FBE0CA;
 }
 .AnyTagClassName
 {
   color: #FBE0CA;
 }
</style>
background-color css

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

 a { background-color: rgb(251,224,202); }

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

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

 span { border-color: rgb(251,224,202); }

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