Html Css Color HEX #FAC2DC Classic Rose

📋 copy color: '#FAC2DC'

red 250 ◦ green 194 ◦ blue 220

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

Shades of Classic Rose #FAC2DC

Tints of Classic Rose #FAC2DC

RGB

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

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

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

R = 37.65%
G = 29.22%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAC2DC (or 0xFAC2DC) is known color: Classic Rose. HEX triplet: FA, C2 and DC. RGB value is (250,194,220). Sum of RGB (Red+Green+Blue) = 250+194+220=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2DC is #053D23. Grayscale: #D5D5D5. Windows color (decimal): -343332 or 14467834. OLE color: 14467834.

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

Color convert

RGB 250 194 220 -
CMYK 0 0.22 0.12 0.02
HSL 332.14º 0.85% 0.87% -
HSV(B) 332.14º 0.22% 0.98% -
XYZ 71.63 64.07 76.3 -
YUV 213.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 250 194 220 0 0.22 0.12 0.02 332.14 0.85 0.87
Hex FA C2 DC 0 16 C 2 14C 55 57
Octal 372 302 334 0 26 14 2 514 125 127
Binary 11111010 11000010 11011100 0 10110 1100 10 101001100 1010101 1010111

Color Harmonies of #FAC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2DC

Black with #FAC2DC

Text Example


Text Example

White with #FAC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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