Html Css Color HEX #FAC0E1 Classic Rose

📋 copy color: '#FAC0E1'

red 250 ◦ green 192 ◦ blue 225

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

Shades of Classic Rose #FAC0E1

Tints of Classic Rose #FAC0E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.73%

R = 37.48%
G = 28.79%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAC0E1 (or 0xFAC0E1) is known color: Classic Rose. HEX triplet: FA, C0 and E1. RGB value is (250,192,225). Sum of RGB (Red+Green+Blue) = 250+192+225=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0E1 is #053F1E. Grayscale: #D5D5D5. Windows color (decimal): -343839 or 14795002. OLE color: 14795002.

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

Color convert

RGB 250 192 225 -
CMYK 0 0.23 0.10 0.02
HSL 325.86º 0.85% 0.87% -
HSV(B) 325.86º 0.23% 0.98% -
XYZ 71.86 63.46 79.7 -
YUV 213.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 250 192 225 0 0.23 0.10 0.02 325.86 0.85 0.87
Hex FA C0 E1 0 17 A 2 146 55 57
Octal 372 300 341 0 27 12 2 506 125 127
Binary 11111010 11000000 11100001 0 10111 1010 10 101000110 1010101 1010111

Color Harmonies of #FAC0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0E1

Black with #FAC0E1

Text Example


Text Example

White with #FAC0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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