Html Css Color HEX #FAC9EC Classic Rose

📋 copy color: '#FAC9EC'

red 250 ◦ green 201 ◦ blue 236

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

Shades of Classic Rose #FAC9EC

Tints of Classic Rose #FAC9EC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.26%

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

R = 36.39%
G = 29.26%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAC9EC (or 0xFAC9EC) is known color: Classic Rose. HEX triplet: FA, C9 and EC. RGB value is (250,201,236). Sum of RGB (Red+Green+Blue) = 250+201+236=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 201 (78.91% from 255 or 29.26% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9EC is #053613. Grayscale: #DBDBDB. Windows color (decimal): -341524 or 15518202. OLE color: 15518202.

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

Color convert

RGB 250 201 236 -
CMYK 0 0.20 0.06 0.02
HSL 317.14º 0.83% 0.88% -
HSV(B) 317.14º 0.2% 0.98% -
XYZ 75.45 68.15 88.54 -
YUV 219.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 250 201 236 0 0.20 0.06 0.02 317.14 0.83 0.88
Hex FA C9 EC 0 14 6 2 13D 53 58
Octal 372 311 354 0 24 6 2 475 123 130
Binary 11111010 11001001 11101100 0 10100 110 10 100111101 1010011 1011000

Color Harmonies of #FAC9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9EC

Black with #FAC9EC

Text Example


Text Example

White with #FAC9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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