Html Css Color HEX #FAC5EC Classic Rose

📋 copy color: '#FAC5EC'

red 250 ◦ green 197 ◦ blue 236

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

Shades of Classic Rose #FAC5EC

Tints of Classic Rose #FAC5EC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.84%

 BLUE value IS 236 (92.58% from 255) = 34.55%

R = 36.6%
G = 28.84%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAC5EC (or 0xFAC5EC) is known color: Classic Rose. HEX triplet: FA, C5 and EC. RGB value is (250,197,236). Sum of RGB (Red+Green+Blue) = 250+197+236=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5EC is #053A13. Grayscale: #D9D9D9. Windows color (decimal): -342548 or 15517178. OLE color: 15517178.

HSL color Cylindrical-coordinate representation of color #FAC5EC: hue angle of 315.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5EC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 236 -
CMYK 0 0.21 0.06 0.02
HSL 315.85º 0.84% 0.88% -
HSV(B) 315.85º 0.21% 0.98% -
XYZ 74.53 66.31 88.23 -
YUV 217.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 250 197 236 0 0.21 0.06 0.02 315.85 0.84 0.88
Hex FA C5 EC 0 15 6 2 13C 54 58
Octal 372 305 354 0 25 6 2 474 124 130
Binary 11111010 11000101 11101100 0 10101 110 10 100111100 1010100 1011000

Color Harmonies of #FAC5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5EC

Black with #FAC5EC

Text Example


Text Example

White with #FAC5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5EC; }

 p { color: rgb(250,197,236); }

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

background-color css

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

 a { background-color: rgb(250,197,236); }

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

border-color css

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

 span { border-color: rgb(250,197,236); }

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