Html Css Color HEX #FAC4EA Classic Rose

📋 copy color: '#FAC4EA'

red 250 ◦ green 196 ◦ blue 234

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

Shades of Classic Rose #FAC4EA

Tints of Classic Rose #FAC4EA

RGB

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

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

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

R = 36.76%
G = 28.82%
B = 34.41%

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

#FAC4EA (or 0xFAC4EA) is known color: Classic Rose. HEX triplet: FA, C4 and EA. RGB value is (250,196,234). Sum of RGB (Red+Green+Blue) = 250+196+234=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 196 (76.95% from 255 or 28.82% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4EA is #053B15. Grayscale: #D8D8D8. Windows color (decimal): -342806 or 15385850. OLE color: 15385850.

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

Color convert

RGB 250 196 234 -
CMYK 0 0.22 0.06 0.02
HSL 317.78º 0.84% 0.87% -
HSV(B) 317.78º 0.22% 0.98% -
XYZ 74.02 65.74 86.63 -
YUV 216.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 250 196 234 0 0.22 0.06 0.02 317.78 0.84 0.87
Hex FA C4 EA 0 16 6 2 13E 54 57
Octal 372 304 352 0 26 6 2 476 124 127
Binary 11111010 11000100 11101010 0 10110 110 10 100111110 1010100 1010111

Color Harmonies of #FAC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4EA

Black with #FAC4EA

Text Example


Text Example

White with #FAC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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