Html Css Color HEX #FAC7E4 Classic Rose

📋 copy color: '#FAC7E4'

red 250 ◦ green 199 ◦ blue 228

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

Shades of Classic Rose #FAC7E4

Tints of Classic Rose #FAC7E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.68%

R = 36.93%
G = 29.39%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAC7E4 (or 0xFAC7E4) is known color: Classic Rose. HEX triplet: FA, C7 and E4. RGB value is (250,199,228). Sum of RGB (Red+Green+Blue) = 250+199+228=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 199 (78.12% from 255 or 29.39% from 677); Blue value is 228 (89.45% from 255 or 33.68% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7E4 is #05381B. Grayscale: #D9D9D9. Windows color (decimal): -342044 or 14993402. OLE color: 14993402.

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

Color convert

RGB 250 199 228 -
CMYK 0 0.20 0.09 0.02
HSL 325.88º 0.84% 0.88% -
HSV(B) 325.88º 0.2% 0.98% -
XYZ 73.85 66.77 82.39 -
YUV 217.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 250 199 228 0 0.20 0.09 0.02 325.88 0.84 0.88
Hex FA C7 E4 0 14 9 2 146 54 58
Octal 372 307 344 0 24 11 2 506 124 130
Binary 11111010 11000111 11100100 0 10100 1001 10 101000110 1010100 1011000

Color Harmonies of #FAC7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7E4

Black with #FAC7E4

Text Example


Text Example

White with #FAC7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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