Html Css Color HEX #FAC0E5 Classic Rose

📋 copy color: '#FAC0E5'

red 250 ◦ green 192 ◦ blue 229

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

Shades of Classic Rose #FAC0E5

Tints of Classic Rose #FAC0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.13%

R = 37.26%
G = 28.61%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAC0E5 (or 0xFAC0E5) is known color: Classic Rose. HEX triplet: FA, C0 and E5. RGB value is (250,192,229). Sum of RGB (Red+Green+Blue) = 250+192+229=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0E5 is #053F1A. Grayscale: #D5D5D5. Windows color (decimal): -343835 or 15057146. OLE color: 15057146.

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

Color convert

RGB 250 192 229 -
CMYK 0 0.23 0.08 0.02
HSL 321.72º 0.85% 0.87% -
HSV(B) 321.72º 0.23% 0.98% -
XYZ 72.42 63.68 82.6 -
YUV 213.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 250 192 229 0 0.23 0.08 0.02 321.72 0.85 0.87
Hex FA C0 E5 0 17 8 2 142 55 57
Octal 372 300 345 0 27 10 2 502 125 127
Binary 11111010 11000000 11100101 0 10111 1000 10 101000010 1010101 1010111

Color Harmonies of #FAC0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0E5

Black with #FAC0E5

Text Example


Text Example

White with #FAC0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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