Html Css Color HEX #FAC8DC Classic Rose

📋 copy color: '#FAC8DC'

red 250 ◦ green 200 ◦ blue 220

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

Shades of Classic Rose #FAC8DC

Tints of Classic Rose #FAC8DC

RGB

 RED value IS 250 (98.05% from 255) = 37.31%

 GREEN value IS 200 (78.52% from 255) = 29.85%

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

R = 37.31%
G = 29.85%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAC8DC (or 0xFAC8DC) is known color: Classic Rose. HEX triplet: FA, C8 and DC. RGB value is (250,200,220). Sum of RGB (Red+Green+Blue) = 250+200+220=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8DC is #053723. Grayscale: #D9D9D9. Windows color (decimal): -341796 or 14469370. OLE color: 14469370.

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

Color convert

RGB 250 200 220 -
CMYK 0 0.2 0.12 0.02
HSL 336º 0.83% 0.88% -
HSV(B) 336º 0.2% 0.98% -
XYZ 73 66.8 76.76 -
YUV 217.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 250 200 220 0 0.2 0.12 0.02 336 0.83 0.88
Hex FA C8 DC 0 14 C 2 150 53 58
Octal 372 310 334 0 24 14 2 520 123 130
Binary 11111010 11001000 11011100 0 10100 1100 10 101010000 1010011 1011000

Color Harmonies of #FAC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8DC

Black with #FAC8DC

Text Example


Text Example

White with #FAC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8DC; }

 p { color: rgb(250,200,220); }

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

background-color css

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

 a { background-color: rgb(250,200,220); }

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

border-color css

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

 span { border-color: rgb(250,200,220); }

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