Html Css Color HEX #FBCCDE Classic Rose

📋 copy color: '#FBCCDE'

red 251 ◦ green 204 ◦ blue 222

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

Shades of Classic Rose #FBCCDE

Tints of Classic Rose #FBCCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.13%

 BLUE value IS 222 (87.11% from 255) = 32.79%

R = 37.08%
G = 30.13%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBCCDE (or 0xFBCCDE) is known color: Classic Rose. HEX triplet: FB, CC and DE. RGB value is (251,204,222). Sum of RGB (Red+Green+Blue) = 251+204+222=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCDE is #043321. Grayscale: #DCDCDC. Windows color (decimal): -275234 or 14601467. OLE color: 14601467.

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

Color convert

RGB 251 204 222 -
CMYK 0 0.19 0.12 0.02
HSL 337.02º 0.85% 0.89% -
HSV(B) 337.02º 0.19% 0.98% -
XYZ 74.56 68.97 78.49 -
YUV 220.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 251 204 222 0 0.19 0.12 0.02 337.02 0.85 0.89
Hex FB CC DE 0 13 C 2 151 55 59
Octal 373 314 336 0 23 14 2 521 125 131
Binary 11111011 11001100 11011110 0 10011 1100 10 101010001 1010101 1011001

Color Harmonies of #FBCCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCDE

Black with #FBCCDE

Text Example


Text Example

White with #FBCCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCDE; }

 p { color: rgb(251,204,222); }

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

background-color css

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

 a { background-color: rgb(251,204,222); }

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

border-color css

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

 span { border-color: rgb(251,204,222); }

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