Html Css Color HEX #FAC5EA Classic Rose

📋 copy color: '#FAC5EA'

red 250 ◦ green 197 ◦ blue 234

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

Shades of Classic Rose #FAC5EA

Tints of Classic Rose #FAC5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.36%

R = 36.71%
G = 28.93%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAC5EA (or 0xFAC5EA) is known color: Classic Rose. HEX triplet: FA, C5 and EA. RGB value is (250,197,234). Sum of RGB (Red+Green+Blue) = 250+197+234=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 197 (77.34% from 255 or 28.93% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5EA is #053A15. Grayscale: #D8D8D8. Windows color (decimal): -342550 or 15386106. OLE color: 15386106.

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

Color convert

RGB 250 197 234 -
CMYK 0 0.21 0.06 0.02
HSL 318.11º 0.84% 0.88% -
HSV(B) 318.11º 0.21% 0.98% -
XYZ 74.24 66.2 86.71 -
YUV 217.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 250 197 234 0 0.21 0.06 0.02 318.11 0.84 0.88
Hex FA C5 EA 0 15 6 2 13E 54 58
Octal 372 305 352 0 25 6 2 476 124 130
Binary 11111010 11000101 11101010 0 10101 110 10 100111110 1010100 1011000

Color Harmonies of #FAC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5EA

Black with #FAC5EA

Text Example


Text Example

White with #FAC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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