Html Css Color HEX #FAC6E6 Classic Rose

📋 copy color: '#FAC6E6'

red 250 ◦ green 198 ◦ blue 230

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

Shades of Classic Rose #FAC6E6

Tints of Classic Rose #FAC6E6

RGB

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

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

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

R = 36.87%
G = 29.2%
B = 33.92%

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

#FAC6E6 (or 0xFAC6E6) is known color: Classic Rose. HEX triplet: FA, C6 and E6. RGB value is (250,198,230). Sum of RGB (Red+Green+Blue) = 250+198+230=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 198 (77.73% from 255 or 29.20% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6E6 is #053919. Grayscale: #D9D9D9. Windows color (decimal): -342298 or 15124218. OLE color: 15124218.

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

Color convert

RGB 250 198 230 -
CMYK 0 0.21 0.08 0.02
HSL 323.08º 0.84% 0.88% -
HSV(B) 323.08º 0.21% 0.98% -
XYZ 73.9 66.43 83.79 -
YUV 217.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 250 198 230 0 0.21 0.08 0.02 323.08 0.84 0.88
Hex FA C6 E6 0 15 8 2 143 54 58
Octal 372 306 346 0 25 10 2 503 124 130
Binary 11111010 11000110 11100110 0 10101 1000 10 101000011 1010100 1011000

Color Harmonies of #FAC6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6E6

Black with #FAC6E6

Text Example


Text Example

White with #FAC6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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