Html Css Color HEX #FAC7D9 Classic Rose

📋 copy color: '#FAC7D9'

red 250 ◦ green 199 ◦ blue 217

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

Shades of Classic Rose #FAC7D9

Tints of Classic Rose #FAC7D9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.88%

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

R = 37.54%
G = 29.88%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAC7D9 (or 0xFAC7D9) is known color: Classic Rose. HEX triplet: FA, C7 and D9. RGB value is (250,199,217). Sum of RGB (Red+Green+Blue) = 250+199+217=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7D9 is #053826. Grayscale: #D8D8D8. Windows color (decimal): -342055 or 14272506. OLE color: 14272506.

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

Color convert

RGB 250 199 217 -
CMYK 0 0.20 0.13 0.02
HSL 338.82º 0.84% 0.88% -
HSV(B) 338.82º 0.2% 0.98% -
XYZ 72.37 66.18 74.61 -
YUV 216.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 250 199 217 0 0.20 0.13 0.02 338.82 0.84 0.88
Hex FA C7 D9 0 14 D 2 153 54 58
Octal 372 307 331 0 24 15 2 523 124 130
Binary 11111010 11000111 11011001 0 10100 1101 10 101010011 1010100 1011000

Color Harmonies of #FAC7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7D9

Black with #FAC7D9

Text Example


Text Example

White with #FAC7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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