Html Css Color HEX #FAC6E2 Classic Rose

📋 copy color: '#FAC6E2'

red 250 ◦ green 198 ◦ blue 226

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

Shades of Classic Rose #FAC6E2

Tints of Classic Rose #FAC6E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.53%

R = 37.09%
G = 29.38%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAC6E2 (or 0xFAC6E2) is known color: Classic Rose. HEX triplet: FA, C6 and E2. RGB value is (250,198,226). Sum of RGB (Red+Green+Blue) = 250+198+226=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6E2 is #05391D. Grayscale: #D8D8D8. Windows color (decimal): -342302 or 14862074. OLE color: 14862074.

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

Color convert

RGB 250 198 226 -
CMYK 0 0.21 0.10 0.02
HSL 327.69º 0.84% 0.88% -
HSV(B) 327.69º 0.21% 0.98% -
XYZ 73.35 66.2 80.86 -
YUV 216.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 250 198 226 0 0.21 0.10 0.02 327.69 0.84 0.88
Hex FA C6 E2 0 15 A 2 148 54 58
Octal 372 306 342 0 25 12 2 510 124 130
Binary 11111010 11000110 11100010 0 10101 1010 10 101001000 1010100 1011000

Color Harmonies of #FAC6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6E2

Black with #FAC6E2

Text Example


Text Example

White with #FAC6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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