Html Css Color HEX #FAC2DF Classic Rose

📋 copy color: '#FAC2DF'

red 250 ◦ green 194 ◦ blue 223

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

Shades of Classic Rose #FAC2DF

Tints of Classic Rose #FAC2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.43%

R = 37.48%
G = 29.09%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAC2DF (or 0xFAC2DF) is known color: Classic Rose. HEX triplet: FA, C2 and DF. RGB value is (250,194,223). Sum of RGB (Red+Green+Blue) = 250+194+223=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2DF is #053D20. Grayscale: #D5D5D5. Windows color (decimal): -343329 or 14664442. OLE color: 14664442.

HSL color Cylindrical-coordinate representation of color #FAC2DF: hue angle of 328.93º 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 #FAC2DF is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 223 -
CMYK 0 0.22 0.11 0.02
HSL 328.93º 0.85% 0.87% -
HSV(B) 328.93º 0.22% 0.98% -
XYZ 72.04 64.24 78.41 -
YUV 214.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 250 194 223 0 0.22 0.11 0.02 328.93 0.85 0.87
Hex FA C2 DF 0 16 B 2 149 55 57
Octal 372 302 337 0 26 13 2 511 125 127
Binary 11111010 11000010 11011111 0 10110 1011 10 101001001 1010101 1010111

Color Harmonies of #FAC2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2DF

Black with #FAC2DF

Text Example


Text Example

White with #FAC2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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