Html Css Color HEX #FAC3DC Classic Rose

📋 copy color: '#FAC3DC'

red 250 ◦ green 195 ◦ blue 220

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

Shades of Classic Rose #FAC3DC

Tints of Classic Rose #FAC3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.32%

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

R = 37.59%
G = 29.32%
B = 33.08%

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

#FAC3DC (or 0xFAC3DC) is known color: Classic Rose. HEX triplet: FA, C3 and DC. RGB value is (250,195,220). Sum of RGB (Red+Green+Blue) = 250+195+220=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 195 (76.56% from 255 or 29.32% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3DC is #053C23. Grayscale: #D6D6D6. Windows color (decimal): -343076 or 14468090. OLE color: 14468090.

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

Color convert

RGB 250 195 220 -
CMYK 0 0.22 0.12 0.02
HSL 332.73º 0.85% 0.87% -
HSV(B) 332.73º 0.22% 0.98% -
XYZ 71.86 64.52 76.38 -
YUV 214.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 250 195 220 0 0.22 0.12 0.02 332.73 0.85 0.87
Hex FA C3 DC 0 16 C 2 14D 55 57
Octal 372 303 334 0 26 14 2 515 125 127
Binary 11111010 11000011 11011100 0 10110 1100 10 101001101 1010101 1010111

Color Harmonies of #FAC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC3DC

Black with #FAC3DC

Text Example


Text Example

White with #FAC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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