Html Css Color HEX #FBCAE0 Classic Rose

📋 copy color: '#FBCAE0'

red 251 ◦ green 202 ◦ blue 224

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

Shades of Classic Rose #FBCAE0

Tints of Classic Rose #FBCAE0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.84%

 BLUE value IS 224 (87.89% from 255) = 33.09%

R = 37.08%
G = 29.84%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBCAE0 (or 0xFBCAE0) is known color: Classic Rose. HEX triplet: FB, CA and E0. RGB value is (251,202,224). Sum of RGB (Red+Green+Blue) = 251+202+224=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAE0 is #04351F. Grayscale: #DBDBDB. Windows color (decimal): -275744 or 14732027. OLE color: 14732027.

HSL color Cylindrical-coordinate representation of color #FBCAE0: hue angle of 333.06º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCAE0 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 202 224 -
CMYK 0 0.20 0.11 0.02
HSL 333.06º 0.86% 0.89% -
HSV(B) 333.06º 0.2% 0.98% -
XYZ 74.36 68.13 79.75 -
YUV 219.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 251 202 224 0 0.20 0.11 0.02 333.06 0.86 0.89
Hex FB CA E0 0 14 B 2 14D 56 59
Octal 373 312 340 0 24 13 2 515 126 131
Binary 11111011 11001010 11100000 0 10100 1011 10 101001101 1010110 1011001

Color Harmonies of #FBCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCAE0

Black with #FBCAE0

Text Example


Text Example

White with #FBCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCAE0; }

 p { color: rgb(251,202,224); }

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

background-color css

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

 a { background-color: rgb(251,202,224); }

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

border-color css

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

 span { border-color: rgb(251,202,224); }

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