Html Css Color HEX #FBC4E1 Classic Rose

📋 copy color: '#FBC4E1'

red 251 ◦ green 196 ◦ blue 225

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

Shades of Classic Rose #FBC4E1

Tints of Classic Rose #FBC4E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.48%

R = 37.35%
G = 29.17%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBC4E1 (or 0xFBC4E1) is known color: Classic Rose. HEX triplet: FB, C4 and E1. RGB value is (251,196,225). Sum of RGB (Red+Green+Blue) = 251+196+225=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 196 (76.95% from 255 or 29.17% from 672); Blue value is 225 (88.28% from 255 or 33.48% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4E1 is #043B1E. Grayscale: #D7D7D7. Windows color (decimal): -277279 or 14796027. OLE color: 14796027.

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

Color convert

RGB 251 196 225 -
CMYK 0 0.22 0.10 0.02
HSL 328.36º 0.87% 0.88% -
HSV(B) 328.36º 0.22% 0.98% -
XYZ 73.11 65.43 80.01 -
YUV 215.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 251 196 225 0 0.22 0.10 0.02 328.36 0.87 0.88
Hex FB C4 E1 0 16 A 2 148 57 58
Octal 373 304 341 0 26 12 2 510 127 130
Binary 11111011 11000100 11100001 0 10110 1010 10 101001000 1010111 1011000

Color Harmonies of #FBC4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC4E1

Black with #FBC4E1

Text Example


Text Example

White with #FBC4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC4E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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