Html Css Color HEX #FBE0CA Karry

📋 copy color: '#FBE0CA'

red 251 ◦ green 224 ◦ blue 202

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

Shades of Karry #FBE0CA

Tints of Karry #FBE0CA

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.3% from 255) = 29.84%

R = 37.08%
G = 33.09%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBE0CA (or 0xFBE0CA) is known color: 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

RGB 251 224 202 -
CMYK 0 0.11 0.20 0.02
HSL 26.94º 0.86% 0.89% -
HSV(B) 26.94º 0.2% 0.98% -
XYZ 77.1 78.08 66.89 -
YUV 229.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 251 224 202 0 0.11 0.20 0.02 26.94 0.86 0.89
Hex FB E0 CA 0 B 14 2 1B 56 59
Octal 373 340 312 0 13 24 2 33 126 131
Binary 11111011 11100000 11001010 0 1011 10100 10 11011 1010110 1011001

Color Harmonies of #FBE0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0CA

Black with #FBE0CA

Text Example


Text Example

White with #FBE0CA

Text Example


Text Example

HTML Codes & Css Web 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>