Html Css Color HEX #FAC7EA Classic Rose

📋 copy color: '#FAC7EA'

red 250 ◦ green 199 ◦ blue 234

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

Shades of Classic Rose #FAC7EA

Tints of Classic Rose #FAC7EA

RGB

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

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

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

R = 36.6%
G = 29.14%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAC7EA (or 0xFAC7EA) is known color: Classic Rose. HEX triplet: FA, C7 and EA. RGB value is (250,199,234). Sum of RGB (Red+Green+Blue) = 250+199+234=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 199 (78.12% from 255 or 29.14% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7EA is #053815. Grayscale: #DADADA. Windows color (decimal): -342038 or 15386618. OLE color: 15386618.

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

Color convert

RGB 250 199 234 -
CMYK 0 0.20 0.06 0.02
HSL 318.82º 0.84% 0.88% -
HSV(B) 318.82º 0.2% 0.98% -
XYZ 74.7 67.11 86.86 -
YUV 218.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 250 199 234 0 0.20 0.06 0.02 318.82 0.84 0.88
Hex FA C7 EA 0 14 6 2 13F 54 58
Octal 372 307 352 0 24 6 2 477 124 130
Binary 11111010 11000111 11101010 0 10100 110 10 100111111 1010100 1011000

Color Harmonies of #FAC7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7EA

Black with #FAC7EA

Text Example


Text Example

White with #FAC7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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