Html Css Color HEX #FAC2EB Classic Rose

📋 copy color: '#FAC2EB'

red 250 ◦ green 194 ◦ blue 235

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

Shades of Classic Rose #FAC2EB

Tints of Classic Rose #FAC2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.61%

R = 36.82%
G = 28.57%
B = 34.61%

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

#FAC2EB (or 0xFAC2EB) is known color: Classic Rose. HEX triplet: FA, C2 and EB. RGB value is (250,194,235). Sum of RGB (Red+Green+Blue) = 250+194+235=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2EB is #053D14. Grayscale: #D7D7D7. Windows color (decimal): -343317 or 15450874. OLE color: 15450874.

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

Color convert

RGB 250 194 235 -
CMYK 0 0.22 0.06 0.02
HSL 316.07º 0.85% 0.87% -
HSV(B) 316.07º 0.22% 0.98% -
XYZ 73.71 64.91 87.24 -
YUV 215.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 250 194 235 0 0.22 0.06 0.02 316.07 0.85 0.87
Hex FA C2 EB 0 16 6 2 13C 55 57
Octal 372 302 353 0 26 6 2 474 125 127
Binary 11111010 11000010 11101011 0 10110 110 10 100111100 1010101 1010111

Color Harmonies of #FAC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2EB

Black with #FAC2EB

Text Example


Text Example

White with #FAC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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