Html Css Color HEX #FBC3EC Classic Rose

📋 copy color: '#FBC3EC'

red 251 ◦ green 195 ◦ blue 236

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

Shades of Classic Rose #FBC3EC

Tints of Classic Rose #FBC3EC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.59%

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

R = 36.8%
G = 28.59%
B = 34.6%

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

#FBC3EC (or 0xFBC3EC) is known color: Classic Rose. HEX triplet: FB, C3 and EC. RGB value is (251,195,236). Sum of RGB (Red+Green+Blue) = 251+195+236=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 195 (76.56% from 255 or 28.59% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC3EC is #043C13. Grayscale: #D8D8D8. Windows color (decimal): -277524 or 15516667. OLE color: 15516667.

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

Color convert

RGB 251 195 236 -
CMYK 0 0.22 0.06 0.02
HSL 316.07º 0.88% 0.87% -
HSV(B) 316.07º 0.22% 0.98% -
XYZ 74.44 65.6 88.09 -
YUV 216.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 251 195 236 0 0.22 0.06 0.02 316.07 0.88 0.87
Hex FB C3 EC 0 16 6 2 13C 58 57
Octal 373 303 354 0 26 6 2 474 130 127
Binary 11111011 11000011 11101100 0 10110 110 10 100111100 1011000 1010111

Color Harmonies of #FBC3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC3EC

Black with #FBC3EC

Text Example


Text Example

White with #FBC3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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