Html Css Color HEX #FBCCE5 Classic Rose

📋 copy color: '#FBCCE5'

red 251 ◦ green 204 ◦ blue 229

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

Shades of Classic Rose #FBCCE5

Tints of Classic Rose #FBCCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.48%

R = 36.7%
G = 29.82%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBCCE5 (or 0xFBCCE5) is known color: Classic Rose. HEX triplet: FB, CC and E5. RGB value is (251,204,229). Sum of RGB (Red+Green+Blue) = 251+204+229=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCE5 is #04331A. Grayscale: #DCDCDC. Windows color (decimal): -275227 or 15060219. OLE color: 15060219.

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

Color convert

RGB 251 204 229 -
CMYK 0 0.19 0.09 0.02
HSL 328.09º 0.85% 0.89% -
HSV(B) 328.09º 0.19% 0.98% -
XYZ 75.52 69.35 83.53 -
YUV 220.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 251 204 229 0 0.19 0.09 0.02 328.09 0.85 0.89
Hex FB CC E5 0 13 9 2 148 55 59
Octal 373 314 345 0 23 11 2 510 125 131
Binary 11111011 11001100 11100101 0 10011 1001 10 101001000 1010101 1011001

Color Harmonies of #FBCCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCE5

Black with #FBCCE5

Text Example


Text Example

White with #FBCCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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