Html Css Color HEX #FBC6E9 Classic Rose

📋 copy color: '#FBC6E9'

red 251 ◦ green 198 ◦ blue 233

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

Shades of Classic Rose #FBC6E9

Tints of Classic Rose #FBC6E9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.03%

 BLUE value IS 233 (91.41% from 255) = 34.16%

R = 36.8%
G = 29.03%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBC6E9 (or 0xFBC6E9) is known color: Classic Rose. HEX triplet: FB, C6 and E9. RGB value is (251,198,233). Sum of RGB (Red+Green+Blue) = 251+198+233=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 198 (77.73% from 255 or 29.03% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC6E9 is #043916. Grayscale: #D9D9D9. Windows color (decimal): -276759 or 15320827. OLE color: 15320827.

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

Color convert

RGB 251 198 233 -
CMYK 0 0.21 0.07 0.02
HSL 320.38º 0.87% 0.88% -
HSV(B) 320.38º 0.21% 0.98% -
XYZ 74.69 66.78 86.04 -
YUV 217.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 251 198 233 0 0.21 0.07 0.02 320.38 0.87 0.88
Hex FB C6 E9 0 15 7 2 140 57 58
Octal 373 306 351 0 25 7 2 500 127 130
Binary 11111011 11000110 11101001 0 10101 111 10 101000000 1010111 1011000

Color Harmonies of #FBC6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC6E9

Black with #FBC6E9

Text Example


Text Example

White with #FBC6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC6E9; }

 p { color: rgb(251,198,233); }

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

background-color css

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

 a { background-color: rgb(251,198,233); }

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

border-color css

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

 span { border-color: rgb(251,198,233); }

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