Html Css Color HEX #FBC4E0 Classic Rose

📋 copy color: '#FBC4E0'

red 251 ◦ green 196 ◦ blue 224

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

Shades of Classic Rose #FBC4E0

Tints of Classic Rose #FBC4E0

RGB

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

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

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

R = 37.41%
G = 29.21%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBC4E0 (or 0xFBC4E0) is known color: Classic Rose. HEX triplet: FB, C4 and E0. RGB value is (251,196,224). Sum of RGB (Red+Green+Blue) = 251+196+224=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4E0 is #043B1F. Grayscale: #D7D7D7. Windows color (decimal): -277280 or 14730491. OLE color: 14730491.

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

Color convert

RGB 251 196 224 -
CMYK 0 0.22 0.11 0.02
HSL 329.45º 0.87% 0.88% -
HSV(B) 329.45º 0.22% 0.98% -
XYZ 72.98 65.37 79.29 -
YUV 215.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 251 196 224 0 0.22 0.11 0.02 329.45 0.87 0.88
Hex FB C4 E0 0 16 B 2 149 57 58
Octal 373 304 340 0 26 13 2 511 127 130
Binary 11111011 11000100 11100000 0 10110 1011 10 101001001 1010111 1011000

Color Harmonies of #FBC4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC4E0

Black with #FBC4E0

Text Example


Text Example

White with #FBC4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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