Html Css Color HEX #FAC2D9 Classic Rose

📋 copy color: '#FAC2D9'

red 250 ◦ green 194 ◦ blue 217

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

Shades of Classic Rose #FAC2D9

Tints of Classic Rose #FAC2D9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.35%

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

R = 37.82%
G = 29.35%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAC2D9 (or 0xFAC2D9) is known color: Classic Rose. HEX triplet: FA, C2 and D9. RGB value is (250,194,217). Sum of RGB (Red+Green+Blue) = 250+194+217=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2D9 is #053D26. Grayscale: #D5D5D5. Windows color (decimal): -343335 or 14271226. OLE color: 14271226.

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

Color convert

RGB 250 194 217 -
CMYK 0 0.22 0.13 0.02
HSL 335.36º 0.85% 0.87% -
HSV(B) 335.36º 0.22% 0.98% -
XYZ 71.24 63.92 74.23 -
YUV 213.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 250 194 217 0 0.22 0.13 0.02 335.36 0.85 0.87
Hex FA C2 D9 0 16 D 2 14F 55 57
Octal 372 302 331 0 26 15 2 517 125 127
Binary 11111010 11000010 11011001 0 10110 1101 10 101001111 1010101 1010111

Color Harmonies of #FAC2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2D9

Black with #FAC2D9

Text Example


Text Example

White with #FAC2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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