Html Css Color HEX #FAC2E9 Classic Rose

📋 copy color: '#FAC2E9'

red 250 ◦ green 194 ◦ blue 233

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

Shades of Classic Rose #FAC2E9

Tints of Classic Rose #FAC2E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.42%

R = 36.93%
G = 28.66%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAC2E9 (or 0xFAC2E9) is known color: Classic Rose. HEX triplet: FA, C2 and E9. RGB value is (250,194,233). Sum of RGB (Red+Green+Blue) = 250+194+233=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 194 (76.17% from 255 or 28.66% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2E9 is #053D16. Grayscale: #D7D7D7. Windows color (decimal): -343319 or 15319802. OLE color: 15319802.

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

Color convert

RGB 250 194 233 -
CMYK 0 0.22 0.07 0.02
HSL 318.21º 0.85% 0.87% -
HSV(B) 318.21º 0.22% 0.98% -
XYZ 73.42 64.79 85.73 -
YUV 215.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 250 194 233 0 0.22 0.07 0.02 318.21 0.85 0.87
Hex FA C2 E9 0 16 7 2 13E 55 57
Octal 372 302 351 0 26 7 2 476 125 127
Binary 11111010 11000010 11101001 0 10110 111 10 100111110 1010101 1010111

Color Harmonies of #FAC2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2E9

Black with #FAC2E9

Text Example


Text Example

White with #FAC2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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