Html Css Color HEX #FAC2EA Classic Rose

📋 copy color: '#FAC2EA'

red 250 ◦ green 194 ◦ blue 234

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

Shades of Classic Rose #FAC2EA

Tints of Classic Rose #FAC2EA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.61%

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

R = 36.87%
G = 28.61%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAC2EA (or 0xFAC2EA) is known color: Classic Rose. HEX triplet: FA, C2 and EA. RGB value is (250,194,234). Sum of RGB (Red+Green+Blue) = 250+194+234=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 194 (76.17% from 255 or 28.61% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2EA is #053D15. Grayscale: #D7D7D7. Windows color (decimal): -343318 or 15385338. OLE color: 15385338.

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

Color convert

RGB 250 194 234 -
CMYK 0 0.22 0.06 0.02
HSL 317.14º 0.85% 0.87% -
HSV(B) 317.14º 0.22% 0.98% -
XYZ 73.57 64.85 86.48 -
YUV 215.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 250 194 234 0 0.22 0.06 0.02 317.14 0.85 0.87
Hex FA C2 EA 0 16 6 2 13D 55 57
Octal 372 302 352 0 26 6 2 475 125 127
Binary 11111010 11000010 11101010 0 10110 110 10 100111101 1010101 1010111

Color Harmonies of #FAC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2EA

Black with #FAC2EA

Text Example


Text Example

White with #FAC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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