Html Css Color HEX #FAC7E1 Classic Rose

📋 copy color: '#FAC7E1'

red 250 ◦ green 199 ◦ blue 225

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

Shades of Classic Rose #FAC7E1

Tints of Classic Rose #FAC7E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.38%

R = 37.09%
G = 29.53%
B = 33.38%

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

#FAC7E1 (or 0xFAC7E1) is known color: Classic Rose. HEX triplet: FA, C7 and E1. RGB value is (250,199,225). Sum of RGB (Red+Green+Blue) = 250+199+225=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7E1 is #05381E. Grayscale: #D9D9D9. Windows color (decimal): -342047 or 14796794. OLE color: 14796794.

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

Color convert

RGB 250 199 225 -
CMYK 0 0.20 0.10 0.02
HSL 329.41º 0.84% 0.88% -
HSV(B) 329.41º 0.2% 0.98% -
XYZ 73.44 66.61 80.22 -
YUV 217.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 250 199 225 0 0.20 0.10 0.02 329.41 0.84 0.88
Hex FA C7 E1 0 14 A 2 149 54 58
Octal 372 307 341 0 24 12 2 511 124 130
Binary 11111010 11000111 11100001 0 10100 1010 10 101001001 1010100 1011000

Color Harmonies of #FAC7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7E1

Black with #FAC7E1

Text Example


Text Example

White with #FAC7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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