Html Css Color HEX #FAC4ED Classic Rose

📋 copy color: '#FAC4ED'

red 250 ◦ green 196 ◦ blue 237

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

Shades of Classic Rose #FAC4ED

Tints of Classic Rose #FAC4ED

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.7%

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

R = 36.6%
G = 28.7%
B = 34.7%

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

#FAC4ED (or 0xFAC4ED) is known color: Classic Rose. HEX triplet: FA, C4 and ED. RGB value is (250,196,237). Sum of RGB (Red+Green+Blue) = 250+196+237=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 196 (76.95% from 255 or 28.70% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4ED is #053B12. Grayscale: #D8D8D8. Windows color (decimal): -342803 or 15582458. OLE color: 15582458.

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

Color convert

RGB 250 196 237 -
CMYK 0 0.22 0.05 0.02
HSL 314.44º 0.84% 0.87% -
HSV(B) 314.44º 0.22% 0.98% -
XYZ 74.45 65.92 88.92 -
YUV 216.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 250 196 237 0 0.22 0.05 0.02 314.44 0.84 0.87
Hex FA C4 ED 0 16 5 2 13A 54 57
Octal 372 304 355 0 26 5 2 472 124 127
Binary 11111010 11000100 11101101 0 10110 101 10 100111010 1010100 1010111

Color Harmonies of #FAC4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4ED

Black with #FAC4ED

Text Example


Text Example

White with #FAC4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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