Html Css Color HEX #FAC8EE Classic Rose

📋 copy color: '#FAC8EE'

red 250 ◦ green 200 ◦ blue 238

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

Shades of Classic Rose #FAC8EE

Tints of Classic Rose #FAC8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.59%

R = 36.34%
G = 29.07%
B = 34.59%

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

#FAC8EE (or 0xFAC8EE) is known color: Classic Rose. HEX triplet: FA, C8 and EE. RGB value is (250,200,238). Sum of RGB (Red+Green+Blue) = 250+200+238=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8EE is #053711. Grayscale: #DBDBDB. Windows color (decimal): -341778 or 15649018. OLE color: 15649018.

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

Color convert

RGB 250 200 238 -
CMYK 0 0.2 0.05 0.02
HSL 314.4º 0.83% 0.88% -
HSV(B) 314.4º 0.2% 0.98% -
XYZ 75.51 67.81 90 -
YUV 219.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 250 200 238 0 0.2 0.05 0.02 314.4 0.83 0.88
Hex FA C8 EE 0 14 5 2 13A 53 58
Octal 372 310 356 0 24 5 2 472 123 130
Binary 11111010 11001000 11101110 0 10100 101 10 100111010 1010011 1011000

Color Harmonies of #FAC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8EE

Black with #FAC8EE

Text Example


Text Example

White with #FAC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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