Html Css Color HEX #FAC1E8 Classic Rose

📋 copy color: '#FAC1E8'

red 250 ◦ green 193 ◦ blue 232

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

Shades of Classic Rose #FAC1E8

Tints of Classic Rose #FAC1E8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.59%

 BLUE value IS 232 (91.02% from 255) = 34.37%

R = 37.04%
G = 28.59%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAC1E8 (or 0xFAC1E8) is known color: Classic Rose. HEX triplet: FA, C1 and E8. RGB value is (250,193,232). Sum of RGB (Red+Green+Blue) = 250+193+232=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 193 (75.78% from 255 or 28.59% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1E8 is #053E17. Grayscale: #D6D6D6. Windows color (decimal): -343576 or 15254010. OLE color: 15254010.

HSL color Cylindrical-coordinate representation of color #FAC1E8: hue angle of 318.95º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC1E8 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 232 -
CMYK 0 0.23 0.07 0.02
HSL 318.95º 0.85% 0.87% -
HSV(B) 318.95º 0.23% 0.98% -
XYZ 73.06 64.29 84.9 -
YUV 214.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 250 193 232 0 0.23 0.07 0.02 318.95 0.85 0.87
Hex FA C1 E8 0 17 7 2 13F 55 57
Octal 372 301 350 0 27 7 2 477 125 127
Binary 11111010 11000001 11101000 0 10111 111 10 100111111 1010101 1010111

Color Harmonies of #FAC1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1E8

Black with #FAC1E8

Text Example


Text Example

White with #FAC1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1E8; }

 p { color: rgb(250,193,232); }

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

background-color css

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

 a { background-color: rgb(250,193,232); }

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

border-color css

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

 span { border-color: rgb(250,193,232); }

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