Html Css Color HEX #FAC7E0 Classic Rose

📋 copy color: '#FAC7E0'

red 250 ◦ green 199 ◦ blue 224

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

Shades of Classic Rose #FAC7E0

Tints of Classic Rose #FAC7E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.28%

R = 37.15%
G = 29.57%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAC7E0 (or 0xFAC7E0) is known color: Classic Rose. HEX triplet: FA, C7 and E0. RGB value is (250,199,224). Sum of RGB (Red+Green+Blue) = 250+199+224=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7E0 is #05381F. Grayscale: #D9D9D9. Windows color (decimal): -342048 or 14731258. OLE color: 14731258.

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

Color convert

RGB 250 199 224 -
CMYK 0 0.20 0.10 0.02
HSL 330.59º 0.84% 0.88% -
HSV(B) 330.59º 0.2% 0.98% -
XYZ 73.3 66.55 79.5 -
YUV 217.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 250 199 224 0 0.20 0.10 0.02 330.59 0.84 0.88
Hex FA C7 E0 0 14 A 2 14B 54 58
Octal 372 307 340 0 24 12 2 513 124 130
Binary 11111010 11000111 11100000 0 10100 1010 10 101001011 1010100 1011000

Color Harmonies of #FAC7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7E0

Black with #FAC7E0

Text Example


Text Example

White with #FAC7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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