Html Css Color HEX #FAC2DA Classic Rose

📋 copy color: '#FAC2DA'

red 250 ◦ green 194 ◦ blue 218

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

Shades of Classic Rose #FAC2DA

Tints of Classic Rose #FAC2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.93%

R = 37.76%
G = 29.31%
B = 32.93%

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

#FAC2DA (or 0xFAC2DA) is known color: Classic Rose. HEX triplet: FA, C2 and DA. RGB value is (250,194,218). Sum of RGB (Red+Green+Blue) = 250+194+218=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2DA is #053D25. Grayscale: #D5D5D5. Windows color (decimal): -343334 or 14336762. OLE color: 14336762.

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

Color convert

RGB 250 194 218 -
CMYK 0 0.22 0.13 0.02
HSL 334.29º 0.85% 0.87% -
HSV(B) 334.29º 0.22% 0.98% -
XYZ 71.37 63.97 74.92 -
YUV 213.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 250 194 218 0 0.22 0.13 0.02 334.29 0.85 0.87
Hex FA C2 DA 0 16 D 2 14E 55 57
Octal 372 302 332 0 26 15 2 516 125 127
Binary 11111010 11000010 11011010 0 10110 1101 10 101001110 1010101 1010111

Color Harmonies of #FAC2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2DA

Black with #FAC2DA

Text Example


Text Example

White with #FAC2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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