Html Css Color HEX #FAC8EA Classic Rose

📋 copy color: '#FAC8EA'

red 250 ◦ green 200 ◦ blue 234

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

Shades of Classic Rose #FAC8EA

Tints of Classic Rose #FAC8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.21%

R = 36.55%
G = 29.24%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAC8EA (or 0xFAC8EA) is known color: Classic Rose. HEX triplet: FA, C8 and EA. RGB value is (250,200,234). Sum of RGB (Red+Green+Blue) = 250+200+234=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 200 (78.52% from 255 or 29.24% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8EA is #053715. Grayscale: #DADADA. Windows color (decimal): -341782 or 15386874. OLE color: 15386874.

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

Color convert

RGB 250 200 234 -
CMYK 0 0.2 0.06 0.02
HSL 319.2º 0.83% 0.88% -
HSV(B) 319.2º 0.2% 0.98% -
XYZ 74.93 67.57 86.94 -
YUV 218.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 250 200 234 0 0.2 0.06 0.02 319.2 0.83 0.88
Hex FA C8 EA 0 14 6 2 13F 53 58
Octal 372 310 352 0 24 6 2 477 123 130
Binary 11111010 11001000 11101010 0 10100 110 10 100111111 1010011 1011000

Color Harmonies of #FAC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8EA

Black with #FAC8EA

Text Example


Text Example

White with #FAC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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