Html Css Color HEX #FBC1DC Classic Rose

📋 copy color: '#FBC1DC'

red 251 ◦ green 193 ◦ blue 220

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

Shades of Classic Rose #FBC1DC

Tints of Classic Rose #FBC1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.07%

 BLUE value IS 220 (86.33% from 255) = 33.13%

R = 37.8%
G = 29.07%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBC1DC (or 0xFBC1DC) is known color: Classic Rose. HEX triplet: FB, C1 and DC. RGB value is (251,193,220). Sum of RGB (Red+Green+Blue) = 251+193+220=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1DC is #043E23. Grayscale: #D5D5D5. Windows color (decimal): -278052 or 14467579. OLE color: 14467579.

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

Color convert

RGB 251 193 220 -
CMYK 0 0.23 0.12 0.02
HSL 332.07º 0.88% 0.87% -
HSV(B) 332.07º 0.23% 0.98% -
XYZ 71.77 63.82 76.25 -
YUV 213.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 251 193 220 0 0.23 0.12 0.02 332.07 0.88 0.87
Hex FB C1 DC 0 17 C 2 14C 58 57
Octal 373 301 334 0 27 14 2 514 130 127
Binary 11111011 11000001 11011100 0 10111 1100 10 101001100 1011000 1010111

Color Harmonies of #FBC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1DC

Black with #FBC1DC

Text Example


Text Example

White with #FBC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1DC; }

 p { color: rgb(251,193,220); }

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

background-color css

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

 a { background-color: rgb(251,193,220); }

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

border-color css

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

 span { border-color: rgb(251,193,220); }

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