Html Css Color HEX #FBCAEA Classic Rose

📋 copy color: '#FBCAEA'

red 251 ◦ green 202 ◦ blue 234

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

Shades of Classic Rose #FBCAEA

Tints of Classic Rose #FBCAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.06%

R = 36.54%
G = 29.4%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBCAEA (or 0xFBCAEA) is known color: Classic Rose. HEX triplet: FB, CA and EA. RGB value is (251,202,234). Sum of RGB (Red+Green+Blue) = 251+202+234=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAEA is #043515. Grayscale: #DCDCDC. Windows color (decimal): -275734 or 15387387. OLE color: 15387387.

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

Color convert

RGB 251 202 234 -
CMYK 0 0.20 0.07 0.02
HSL 320.82º 0.86% 0.89% -
HSV(B) 320.82º 0.2% 0.98% -
XYZ 75.76 68.69 87.11 -
YUV 220.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 251 202 234 0 0.20 0.07 0.02 320.82 0.86 0.89
Hex FB CA EA 0 14 7 2 141 56 59
Octal 373 312 352 0 24 7 2 501 126 131
Binary 11111011 11001010 11101010 0 10100 111 10 101000001 1010110 1011001

Color Harmonies of #FBCAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCAEA

Black with #FBCAEA

Text Example


Text Example

White with #FBCAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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