Html Css Color HEX #FBCAED Classic Rose

📋 copy color: '#FBCAED'

red 251 ◦ green 202 ◦ blue 237

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

Shades of Classic Rose #FBCAED

Tints of Classic Rose #FBCAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.35%

R = 36.38%
G = 29.28%
B = 34.35%

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

#FBCAED (or 0xFBCAED) is known color: Classic Rose. HEX triplet: FB, CA and ED. RGB value is (251,202,237). Sum of RGB (Red+Green+Blue) = 251+202+237=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAED is #043512. Grayscale: #DCDCDC. Windows color (decimal): -275731 or 15583995. OLE color: 15583995.

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

Color convert

RGB 251 202 237 -
CMYK 0 0.20 0.06 0.02
HSL 317.14º 0.86% 0.89% -
HSV(B) 317.14º 0.2% 0.98% -
XYZ 76.19 68.86 89.4 -
YUV 220.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 251 202 237 0 0.20 0.06 0.02 317.14 0.86 0.89
Hex FB CA ED 0 14 6 2 13D 56 59
Octal 373 312 355 0 24 6 2 475 126 131
Binary 11111011 11001010 11101101 0 10100 110 10 100111101 1010110 1011001

Color Harmonies of #FBCAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCAED

Black with #FBCAED

Text Example


Text Example

White with #FBCAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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