Html Css Color HEX #FAC2ED Classic Rose

📋 copy color: '#FAC2ED'

red 250 ◦ green 194 ◦ blue 237

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

Shades of Classic Rose #FAC2ED

Tints of Classic Rose #FAC2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.8%

R = 36.71%
G = 28.49%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAC2ED (or 0xFAC2ED) is known color: Classic Rose. HEX triplet: FA, C2 and ED. RGB value is (250,194,237). Sum of RGB (Red+Green+Blue) = 250+194+237=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 194 (76.17% from 255 or 28.49% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2ED is #053D12. Grayscale: #D7D7D7. Windows color (decimal): -343315 or 15581946. OLE color: 15581946.

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

Color convert

RGB 250 194 237 -
CMYK 0 0.22 0.05 0.02
HSL 313.93º 0.85% 0.87% -
HSV(B) 313.93º 0.22% 0.98% -
XYZ 74 65.02 88.77 -
YUV 215.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 250 194 237 0 0.22 0.05 0.02 313.93 0.85 0.87
Hex FA C2 ED 0 16 5 2 13A 55 57
Octal 372 302 355 0 26 5 2 472 125 127
Binary 11111010 11000010 11101101 0 10110 101 10 100111010 1010101 1010111

Color Harmonies of #FAC2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2ED

Black with #FAC2ED

Text Example


Text Example

White with #FAC2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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