Html Css Color HEX #FAC8E7 Classic Rose

📋 copy color: '#FAC8E7'

red 250 ◦ green 200 ◦ blue 231

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

Shades of Classic Rose #FAC8E7

Tints of Classic Rose #FAC8E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.92%

R = 36.71%
G = 29.37%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAC8E7 (or 0xFAC8E7) is known color: Classic Rose. HEX triplet: FA, C8 and E7. RGB value is (250,200,231). Sum of RGB (Red+Green+Blue) = 250+200+231=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 200 (78.52% from 255 or 29.37% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8E7 is #053718. Grayscale: #DADADA. Windows color (decimal): -341785 or 15190266. OLE color: 15190266.

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

Color convert

RGB 250 200 231 -
CMYK 0 0.2 0.08 0.02
HSL 322.8º 0.83% 0.88% -
HSV(B) 322.8º 0.2% 0.98% -
XYZ 74.5 67.4 84.68 -
YUV 218.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 250 200 231 0 0.2 0.08 0.02 322.8 0.83 0.88
Hex FA C8 E7 0 14 8 2 143 53 58
Octal 372 310 347 0 24 10 2 503 123 130
Binary 11111010 11001000 11100111 0 10100 1000 10 101000011 1010011 1011000

Color Harmonies of #FAC8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8E7

Black with #FAC8E7

Text Example


Text Example

White with #FAC8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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