Html Css Color HEX #F4A5C2 Carnation Pink

📋 copy color: '#F4A5C2'

red 244 ◦ green 165 ◦ blue 194

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

Shades of Carnation Pink #F4A5C2

Tints of Carnation Pink #F4A5C2

RGB

 RED value IS 244 (95.7% from 255) = 40.46%

 GREEN value IS 165 (64.84% from 255) = 27.36%

 BLUE value IS 194 (76.17% from 255) = 32.17%

R = 40.46%
G = 27.36%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F4A5C2 (or 0xF4A5C2) is known color: Carnation Pink. HEX triplet: F4, A5 and C2. RGB value is (244,165,194). Sum of RGB (Red+Green+Blue) = 244+165+194=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A5C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A5C2 is #0B5A3D. Grayscale: #BFBFBF. Windows color (decimal): -743998 or 12756468. OLE color: 12756468.

HSL color Cylindrical-coordinate representation of color #F4A5C2: hue angle of 337.97º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A5C2 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 165 194 -
CMYK 0 0.32 0.20 0.04
HSL 337.97º 0.78% 0.8% -
HSV(B) 337.97º 0.32% 0.96% -
XYZ 60.5 50.04 57.51 -
YUV 191.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 244 165 194 0 0.32 0.20 0.04 337.97 0.78 0.8
Hex F4 A5 C2 0 20 14 4 152 4E 50
Octal 364 245 302 0 40 24 4 522 116 120
Binary 11110100 10100101 11000010 0 100000 10100 100 101010010 1001110 1010000

Color Harmonies of #F4A5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A5C2

Black with #F4A5C2

Text Example


Text Example

White with #F4A5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A5C2; }

 p { color: rgb(244,165,194); }

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

background-color css

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

 a { background-color: rgb(244,165,194); }

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

border-color css

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

 span { border-color: rgb(244,165,194); }

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