Html Css Color HEX #FAC0DE Classic Rose

📋 copy color: '#FAC0DE'

red 250 ◦ green 192 ◦ blue 222

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

Shades of Classic Rose #FAC0DE

Tints of Classic Rose #FAC0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.43%

R = 37.65%
G = 28.92%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAC0DE (or 0xFAC0DE) is known color: Classic Rose. HEX triplet: FA, C0 and DE. RGB value is (250,192,222). Sum of RGB (Red+Green+Blue) = 250+192+222=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0DE is #053F21. Grayscale: #D4D4D4. Windows color (decimal): -343842 or 14598394. OLE color: 14598394.

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

Color convert

RGB 250 192 222 -
CMYK 0 0.23 0.11 0.02
HSL 328.97º 0.85% 0.87% -
HSV(B) 328.97º 0.23% 0.98% -
XYZ 71.46 63.3 77.56 -
YUV 212.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 250 192 222 0 0.23 0.11 0.02 328.97 0.85 0.87
Hex FA C0 DE 0 17 B 2 149 55 57
Octal 372 300 336 0 27 13 2 511 125 127
Binary 11111010 11000000 11011110 0 10111 1011 10 101001001 1010101 1010111

Color Harmonies of #FAC0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0DE

Black with #FAC0DE

Text Example


Text Example

White with #FAC0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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