Html Css Color HEX #FAC7EC Classic Rose

📋 copy color: '#FAC7EC'

red 250 ◦ green 199 ◦ blue 236

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

Shades of Classic Rose #FAC7EC

Tints of Classic Rose #FAC7EC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.05%

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

R = 36.5%
G = 29.05%
B = 34.45%

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

#FAC7EC (or 0xFAC7EC) is known color: Classic Rose. HEX triplet: FA, C7 and EC. RGB value is (250,199,236). Sum of RGB (Red+Green+Blue) = 250+199+236=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 199 (78.12% from 255 or 29.05% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7EC is #053813. Grayscale: #DADADA. Windows color (decimal): -342036 or 15517690. OLE color: 15517690.

HSL color Cylindrical-coordinate representation of color #FAC7EC: hue angle of 316.47º degrees, saturation: 0.84, 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 #FAC7EC is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 236 -
CMYK 0 0.20 0.06 0.02
HSL 316.47º 0.84% 0.88% -
HSV(B) 316.47º 0.2% 0.98% -
XYZ 74.99 67.23 88.38 -
YUV 218.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 250 199 236 0 0.20 0.06 0.02 316.47 0.84 0.88
Hex FA C7 EC 0 14 6 2 13C 54 58
Octal 372 307 354 0 24 6 2 474 124 130
Binary 11111010 11000111 11101100 0 10100 110 10 100111100 1010100 1011000

Color Harmonies of #FAC7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7EC

Black with #FAC7EC

Text Example


Text Example

White with #FAC7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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