Html Css Color HEX #FBC4D9 Classic Rose

📋 copy color: '#FBC4D9'

red 251 ◦ green 196 ◦ blue 217

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

Shades of Classic Rose #FBC4D9

Tints of Classic Rose #FBC4D9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.52%

 BLUE value IS 217 (85.16% from 255) = 32.68%

R = 37.8%
G = 29.52%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBC4D9 (or 0xFBC4D9) is known color: Classic Rose. HEX triplet: FB, C4 and D9. RGB value is (251,196,217). Sum of RGB (Red+Green+Blue) = 251+196+217=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4D9 is #043B26. Grayscale: #D6D6D6. Windows color (decimal): -277287 or 14271739. OLE color: 14271739.

HSL color Cylindrical-coordinate representation of color #FBC4D9: hue angle of 337.09º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC4D9 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 196 217 -
CMYK 0 0.22 0.14 0.02
HSL 337.09º 0.87% 0.88% -
HSV(B) 337.09º 0.22% 0.98% -
XYZ 72.05 65 74.39 -
YUV 214.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 251 196 217 0 0.22 0.14 0.02 337.09 0.87 0.88
Hex FB C4 D9 0 16 E 2 151 57 58
Octal 373 304 331 0 26 16 2 521 127 130
Binary 11111011 11000100 11011001 0 10110 1110 10 101010001 1010111 1011000

Color Harmonies of #FBC4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC4D9

Black with #FBC4D9

Text Example


Text Example

White with #FBC4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC4D9; }

 p { color: rgb(251,196,217); }

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

background-color css

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

 a { background-color: rgb(251,196,217); }

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

border-color css

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

 span { border-color: rgb(251,196,217); }

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