Html Css Color HEX #FAC7ED Classic Rose

📋 copy color: '#FAC7ED'

red 250 ◦ green 199 ◦ blue 237

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

Shades of Classic Rose #FAC7ED

Tints of Classic Rose #FAC7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.55%

R = 36.44%
G = 29.01%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAC7ED (or 0xFAC7ED) is known color: Classic Rose. HEX triplet: FA, C7 and ED. RGB value is (250,199,237). Sum of RGB (Red+Green+Blue) = 250+199+237=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 199 (78.12% from 255 or 29.01% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7ED is #053812. Grayscale: #DADADA. Windows color (decimal): -342035 or 15583226. OLE color: 15583226.

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

Color convert

RGB 250 199 237 -
CMYK 0 0.20 0.05 0.02
HSL 315.29º 0.84% 0.88% -
HSV(B) 315.29º 0.2% 0.98% -
XYZ 75.13 67.29 89.15 -
YUV 218.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 250 199 237 0 0.20 0.05 0.02 315.29 0.84 0.88
Hex FA C7 ED 0 14 5 2 13B 54 58
Octal 372 307 355 0 24 5 2 473 124 130
Binary 11111010 11000111 11101101 0 10100 101 10 100111011 1010100 1011000

Color Harmonies of #FAC7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7ED

Black with #FAC7ED

Text Example


Text Example

White with #FAC7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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