Html Css Color HEX #FBC4E7 Classic Rose

📋 copy color: '#FBC4E7'

red 251 ◦ green 196 ◦ blue 231

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

Shades of Classic Rose #FBC4E7

Tints of Classic Rose #FBC4E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.07%

R = 37.02%
G = 28.91%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBC4E7 (or 0xFBC4E7) is known color: Classic Rose. HEX triplet: FB, C4 and E7. RGB value is (251,196,231). Sum of RGB (Red+Green+Blue) = 251+196+231=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 196 (76.95% from 255 or 28.91% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC4E7 is #043B18. Grayscale: #D8D8D8. Windows color (decimal): -277273 or 15189243. OLE color: 15189243.

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

Color convert

RGB 251 196 231 -
CMYK 0 0.22 0.08 0.02
HSL 321.82º 0.87% 0.88% -
HSV(B) 321.82º 0.22% 0.98% -
XYZ 73.95 65.76 84.4 -
YUV 216.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 251 196 231 0 0.22 0.08 0.02 321.82 0.87 0.88
Hex FB C4 E7 0 16 8 2 142 57 58
Octal 373 304 347 0 26 10 2 502 127 130
Binary 11111011 11000100 11100111 0 10110 1000 10 101000010 1010111 1011000

Color Harmonies of #FBC4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC4E7

Black with #FBC4E7

Text Example


Text Example

White with #FBC4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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