Html Css Color HEX #FBF5CE Lemon Chiffon

📋 copy color: '#FBF5CE'

red 251 ◦ green 245 ◦ blue 206

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

Shades of Lemon Chiffon #FBF5CE

Tints of Lemon Chiffon #FBF5CE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.9%

 BLUE value IS 206 (80.86% from 255) = 29.34%

R = 35.75%
G = 34.9%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBF5CE (or 0xFBF5CE) is known color: Lemon Chiffon. HEX triplet: FB, F5 and CE. RGB value is (251,245,206). Sum of RGB (Red+Green+Blue) = 251+245+206=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 206 (80.86% from 255 or 29.34% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5CE is #040A31. Grayscale: #F2F2F2. Windows color (decimal): -264754 or 13563387. OLE color: 13563387.

HSL color Cylindrical-coordinate representation of color #FBF5CE: hue angle of 52º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBF5CE is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 245 206 -
CMYK 0 0.02 0.18 0.02
HSL 52º 0.85% 0.9% -
HSV(B) 52º 0.18% 0.98% -
XYZ 83.58 90.27 71.41 -
YUV 242.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 251 245 206 0 0.02 0.18 0.02 52 0.85 0.9
Hex FB F5 CE 0 2 12 2 34 55 5A
Octal 373 365 316 0 2 22 2 64 125 132
Binary 11111011 11110101 11001110 0 10 10010 10 110100 1010101 1011010

Color Harmonies of #FBF5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5CE

Black with #FBF5CE

Text Example


Text Example

White with #FBF5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5CE; }

 p { color: rgb(251,245,206); }

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

background-color css

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

 a { background-color: rgb(251,245,206); }

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

border-color css

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

 span { border-color: rgb(251,245,206); }

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