Html Css Color HEX #FAC6E7 Classic Rose

📋 copy color: '#FAC6E7'

red 250 ◦ green 198 ◦ blue 231

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

Shades of Classic Rose #FAC6E7

Tints of Classic Rose #FAC6E7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.16%

 BLUE value IS 231 (90.63% from 255) = 34.02%

R = 36.82%
G = 29.16%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAC6E7 (or 0xFAC6E7) is known color: Classic Rose. HEX triplet: FA, C6 and E7. RGB value is (250,198,231). Sum of RGB (Red+Green+Blue) = 250+198+231=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 198 (77.73% from 255 or 29.16% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6E7 is #053918. Grayscale: #D9D9D9. Windows color (decimal): -342297 or 15189754. OLE color: 15189754.

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

Color convert

RGB 250 198 231 -
CMYK 0 0.21 0.08 0.02
HSL 321.92º 0.84% 0.88% -
HSV(B) 321.92º 0.21% 0.98% -
XYZ 74.04 66.48 84.53 -
YUV 217.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 250 198 231 0 0.21 0.08 0.02 321.92 0.84 0.88
Hex FA C6 E7 0 15 8 2 142 54 58
Octal 372 306 347 0 25 10 2 502 124 130
Binary 11111010 11000110 11100111 0 10101 1000 10 101000010 1010100 1011000

Color Harmonies of #FAC6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6E7

Black with #FAC6E7

Text Example


Text Example

White with #FAC6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6E7; }

 p { color: rgb(250,198,231); }

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

background-color css

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

 a { background-color: rgb(250,198,231); }

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

border-color css

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

 span { border-color: rgb(250,198,231); }

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