Html Css Color HEX #FBE2CF Serenade

📋 copy color: '#FBE2CF'

red 251 ◦ green 226 ◦ blue 207

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

Shades of Serenade #FBE2CF

Tints of Serenade #FBE2CF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.04%

 BLUE value IS 207 (81.25% from 255) = 30.26%

R = 36.7%
G = 33.04%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBE2CF (or 0xFBE2CF) is known color: Serenade. HEX triplet: FB, E2 and CF. RGB value is (251,226,207). Sum of RGB (Red+Green+Blue) = 251+226+207=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 207 (81.25% from 255 or 30.26% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2CF is #041D30. Grayscale: #E7E7E7. Windows color (decimal): -269617 or 13624059. OLE color: 13624059.

HSL color Cylindrical-coordinate representation of color #FBE2CF: hue angle of 25.91º 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 #FBE2CF is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 226 207 -
CMYK 0 0.10 0.18 0.02
HSL 25.91º 0.85% 0.9% -
HSV(B) 25.91º 0.18% 0.98% -
XYZ 78.24 79.41 70.23 -
YUV 231.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 251 226 207 0 0.10 0.18 0.02 25.91 0.85 0.9
Hex FB E2 CF 0 A 12 2 1A 55 5A
Octal 373 342 317 0 12 22 2 32 125 132
Binary 11111011 11100010 11001111 0 1010 10010 10 11010 1010101 1011010

Color Harmonies of #FBE2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE2CF

Black with #FBE2CF

Text Example


Text Example

White with #FBE2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE2CF; }

 p { color: rgb(251,226,207); }

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

background-color css

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

 a { background-color: rgb(251,226,207); }

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

border-color css

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

 span { border-color: rgb(251,226,207); }

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