Html Css Color HEX #FAC0D9 Classic Rose

📋 copy color: '#FAC0D9'

red 250 ◦ green 192 ◦ blue 217

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

Shades of Classic Rose #FAC0D9

Tints of Classic Rose #FAC0D9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.14%

 BLUE value IS 217 (85.16% from 255) = 32.93%

R = 37.94%
G = 29.14%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAC0D9 (or 0xFAC0D9) is known color: Classic Rose. HEX triplet: FA, C0 and D9. RGB value is (250,192,217). Sum of RGB (Red+Green+Blue) = 250+192+217=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0D9 is #053F26. Grayscale: #D4D4D4. Windows color (decimal): -343847 or 14270714. OLE color: 14270714.

HSL color Cylindrical-coordinate representation of color #FAC0D9: hue angle of 334.14º degrees, saturation: 0.85, 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 #FAC0D9 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 192 217 -
CMYK 0 0.23 0.13 0.02
HSL 334.14º 0.85% 0.87% -
HSV(B) 334.14º 0.23% 0.98% -
XYZ 70.8 63.03 74.08 -
YUV 212.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 250 192 217 0 0.23 0.13 0.02 334.14 0.85 0.87
Hex FA C0 D9 0 17 D 2 14E 55 57
Octal 372 300 331 0 27 15 2 516 125 127
Binary 11111010 11000000 11011001 0 10111 1101 10 101001110 1010101 1010111

Color Harmonies of #FAC0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0D9

Black with #FAC0D9

Text Example


Text Example

White with #FAC0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0D9; }

 p { color: rgb(250,192,217); }

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

background-color css

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

 a { background-color: rgb(250,192,217); }

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

border-color css

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

 span { border-color: rgb(250,192,217); }

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