Html Css Color HEX #FAC5E1 Classic Rose

📋 copy color: '#FAC5E1'

red 250 ◦ green 197 ◦ blue 225

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

Shades of Classic Rose #FAC5E1

Tints of Classic Rose #FAC5E1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.32%

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

R = 37.2%
G = 29.32%
B = 33.48%

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

#FAC5E1 (or 0xFAC5E1) is known color: Classic Rose. HEX triplet: FA, C5 and E1. RGB value is (250,197,225). Sum of RGB (Red+Green+Blue) = 250+197+225=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 225 (88.28% from 255 or 33.48% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5E1 is #053A1E. Grayscale: #D7D7D7. Windows color (decimal): -342559 or 14796282. OLE color: 14796282.

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

Color convert

RGB 250 197 225 -
CMYK 0 0.21 0.10 0.02
HSL 328.3º 0.84% 0.88% -
HSV(B) 328.3º 0.21% 0.98% -
XYZ 72.98 65.69 80.07 -
YUV 216.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 250 197 225 0 0.21 0.10 0.02 328.3 0.84 0.88
Hex FA C5 E1 0 15 A 2 148 54 58
Octal 372 305 341 0 25 12 2 510 124 130
Binary 11111010 11000101 11100001 0 10101 1010 10 101001000 1010100 1011000

Color Harmonies of #FAC5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5E1

Black with #FAC5E1

Text Example


Text Example

White with #FAC5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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