Html Css Color HEX #FBCEE6 Classic Rose

📋 copy color: '#FBCEE6'

red 251 ◦ green 206 ◦ blue 230

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

Shades of Classic Rose #FBCEE6

Tints of Classic Rose #FBCEE6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.99%

 BLUE value IS 230 (90.23% from 255) = 33.48%

R = 36.54%
G = 29.99%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBCEE6 (or 0xFBCEE6) is known color: Classic Rose. HEX triplet: FB, CE and E6. RGB value is (251,206,230). Sum of RGB (Red+Green+Blue) = 251+206+230=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEE6 is #043119. Grayscale: #DEDEDE. Windows color (decimal): -274714 or 15126267. OLE color: 15126267.

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

Color convert

RGB 251 206 230 -
CMYK 0 0.18 0.08 0.02
HSL 328º 0.85% 0.9% -
HSV(B) 328º 0.18% 0.98% -
XYZ 76.14 70.37 84.43 -
YUV 222.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 251 206 230 0 0.18 0.08 0.02 328 0.85 0.9
Hex FB CE E6 0 12 8 2 148 55 5A
Octal 373 316 346 0 22 10 2 510 125 132
Binary 11111011 11001110 11100110 0 10010 1000 10 101001000 1010101 1011010

Color Harmonies of #FBCEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCEE6

Black with #FBCEE6

Text Example


Text Example

White with #FBCEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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