Html Css Color HEX #FAC0DA Classic Rose

📋 copy color: '#FAC0DA'

red 250 ◦ green 192 ◦ blue 218

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

Shades of Classic Rose #FAC0DA

Tints of Classic Rose #FAC0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.09%

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

R = 37.88%
G = 29.09%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAC0DA (or 0xFAC0DA) is known color: Classic Rose. HEX triplet: FA, C0 and DA. RGB value is (250,192,218). Sum of RGB (Red+Green+Blue) = 250+192+218=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0DA is #053F25. Grayscale: #D4D4D4. Windows color (decimal): -343846 or 14336250. OLE color: 14336250.

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

Color convert

RGB 250 192 218 -
CMYK 0 0.23 0.13 0.02
HSL 333.1º 0.85% 0.87% -
HSV(B) 333.1º 0.23% 0.98% -
XYZ 70.93 63.09 74.77 -
YUV 212.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 250 192 218 0 0.23 0.13 0.02 333.1 0.85 0.87
Hex FA C0 DA 0 17 D 2 14D 55 57
Octal 372 300 332 0 27 15 2 515 125 127
Binary 11111010 11000000 11011010 0 10111 1101 10 101001101 1010101 1010111

Color Harmonies of #FAC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0DA

Black with #FAC0DA

Text Example


Text Example

White with #FAC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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