Html Css Color HEX #FBCAEC Classic Rose

📋 copy color: '#FBCAEC'

red 251 ◦ green 202 ◦ blue 236

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

Shades of Classic Rose #FBCAEC

Tints of Classic Rose #FBCAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.25%

R = 36.43%
G = 29.32%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBCAEC (or 0xFBCAEC) is known color: Classic Rose. HEX triplet: FB, CA and EC. RGB value is (251,202,236). Sum of RGB (Red+Green+Blue) = 251+202+236=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAEC is #043513. Grayscale: #DCDCDC. Windows color (decimal): -275732 or 15518459. OLE color: 15518459.

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

Color convert

RGB 251 202 236 -
CMYK 0 0.20 0.06 0.02
HSL 318.37º 0.86% 0.89% -
HSV(B) 318.37º 0.2% 0.98% -
XYZ 76.04 68.81 88.63 -
YUV 220.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 251 202 236 0 0.20 0.06 0.02 318.37 0.86 0.89
Hex FB CA EC 0 14 6 2 13E 56 59
Octal 373 312 354 0 24 6 2 476 126 131
Binary 11111011 11001010 11101100 0 10100 110 10 100111110 1010110 1011001

Color Harmonies of #FBCAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCAEC

Black with #FBCAEC

Text Example


Text Example

White with #FBCAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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