Html Css Color HEX #FBC4EC Classic Rose

📋 copy color: '#FBC4EC'

red 251 ◦ green 196 ◦ blue 236

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

Shades of Classic Rose #FBC4EC

Tints of Classic Rose #FBC4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.55%

R = 36.75%
G = 28.7%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBC4EC (or 0xFBC4EC) is known color: Classic Rose. HEX triplet: FB, C4 and EC. RGB value is (251,196,236). Sum of RGB (Red+Green+Blue) = 251+196+236=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 196 (76.95% from 255 or 28.70% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC4EC is #043B13. Grayscale: #D8D8D8. Windows color (decimal): -277268 or 15516923. OLE color: 15516923.

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

Color convert

RGB 251 196 236 -
CMYK 0 0.22 0.06 0.02
HSL 316.36º 0.87% 0.88% -
HSV(B) 316.36º 0.22% 0.98% -
XYZ 74.66 66.05 88.17 -
YUV 217.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 251 196 236 0 0.22 0.06 0.02 316.36 0.87 0.88
Hex FB C4 EC 0 16 6 2 13C 57 58
Octal 373 304 354 0 26 6 2 474 127 130
Binary 11111011 11000100 11101100 0 10110 110 10 100111100 1010111 1011000

Color Harmonies of #FBC4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC4EC

Black with #FBC4EC

Text Example


Text Example

White with #FBC4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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