Html Css Color HEX #FAC8ED Classic Rose

📋 copy color: '#FAC8ED'

red 250 ◦ green 200 ◦ blue 237

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

Shades of Classic Rose #FAC8ED

Tints of Classic Rose #FAC8ED

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.11%

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

R = 36.39%
G = 29.11%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAC8ED (or 0xFAC8ED) is known color: Classic Rose. HEX triplet: FA, C8 and ED. RGB value is (250,200,237). Sum of RGB (Red+Green+Blue) = 250+200+237=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 200 (78.52% from 255 or 29.11% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8ED is #053712. Grayscale: #DBDBDB. Windows color (decimal): -341779 or 15583482. OLE color: 15583482.

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

Color convert

RGB 250 200 237 -
CMYK 0 0.2 0.05 0.02
HSL 315.6º 0.83% 0.88% -
HSV(B) 315.6º 0.2% 0.98% -
XYZ 75.36 67.75 89.23 -
YUV 219.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 250 200 237 0 0.2 0.05 0.02 315.6 0.83 0.88
Hex FA C8 ED 0 14 5 2 13C 53 58
Octal 372 310 355 0 24 5 2 474 123 130
Binary 11111010 11001000 11101101 0 10100 101 10 100111100 1010011 1011000

Color Harmonies of #FAC8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8ED

Black with #FAC8ED

Text Example


Text Example

White with #FAC8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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