Html Css Color HEX #FAC7E6 Classic Rose

📋 copy color: '#FAC7E6'

red 250 ◦ green 199 ◦ blue 230

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

Shades of Classic Rose #FAC7E6

Tints of Classic Rose #FAC7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.87%

R = 36.82%
G = 29.31%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAC7E6 (or 0xFAC7E6) is known color: Classic Rose. HEX triplet: FA, C7 and E6. RGB value is (250,199,230). Sum of RGB (Red+Green+Blue) = 250+199+230=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 199 (78.12% from 255 or 29.31% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7E6 is #053819. Grayscale: #D9D9D9. Windows color (decimal): -342042 or 15124474. OLE color: 15124474.

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

Color convert

RGB 250 199 230 -
CMYK 0 0.20 0.08 0.02
HSL 323.53º 0.84% 0.88% -
HSV(B) 323.53º 0.2% 0.98% -
XYZ 74.13 66.88 83.87 -
YUV 217.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 250 199 230 0 0.20 0.08 0.02 323.53 0.84 0.88
Hex FA C7 E6 0 14 8 2 144 54 58
Octal 372 307 346 0 24 10 2 504 124 130
Binary 11111010 11000111 11100110 0 10100 1000 10 101000100 1010100 1011000

Color Harmonies of #FAC7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7E6

Black with #FAC7E6

Text Example


Text Example

White with #FAC7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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