Html Css Color HEX #FBC6DE Classic Rose

📋 copy color: '#FBC6DE'

red 251 ◦ green 198 ◦ blue 222

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

Shades of Classic Rose #FBC6DE

Tints of Classic Rose #FBC6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.08%

R = 37.41%
G = 29.51%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBC6DE (or 0xFBC6DE) is known color: Classic Rose. HEX triplet: FB, C6 and DE. RGB value is (251,198,222). Sum of RGB (Red+Green+Blue) = 251+198+222=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6DE is #043921. Grayscale: #D8D8D8. Windows color (decimal): -276770 or 14599931. OLE color: 14599931.

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

Color convert

RGB 251 198 222 -
CMYK 0 0.21 0.12 0.02
HSL 332.83º 0.87% 0.88% -
HSV(B) 332.83º 0.21% 0.98% -
XYZ 73.16 66.17 78.02 -
YUV 216.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 251 198 222 0 0.21 0.12 0.02 332.83 0.87 0.88
Hex FB C6 DE 0 15 C 2 14D 57 58
Octal 373 306 336 0 25 14 2 515 127 130
Binary 11111011 11000110 11011110 0 10101 1100 10 101001101 1010111 1011000

Color Harmonies of #FBC6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC6DE

Black with #FBC6DE

Text Example


Text Example

White with #FBC6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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