Html Css Color HEX #F1A4C4 Carnation Pink

📋 copy color: '#F1A4C4'

red 241 ◦ green 164 ◦ blue 196

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

Shades of Carnation Pink #F1A4C4

Tints of Carnation Pink #F1A4C4

RGB

 RED value IS 241 (94.53% from 255) = 40.1%

 GREEN value IS 164 (64.45% from 255) = 27.29%

 BLUE value IS 196 (76.95% from 255) = 32.61%

R = 40.1%
G = 27.29%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F1A4C4 (or 0xF1A4C4) is known color: Carnation Pink. HEX triplet: F1, A4 and C4. RGB value is (241,164,196). Sum of RGB (Red+Green+Blue) = 241+164+196=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4C4 is #0E5B3B. Grayscale: #BEBEBE. Windows color (decimal): -940860 or 12887281. OLE color: 12887281.

HSL color Cylindrical-coordinate representation of color #F1A4C4: hue angle of 335.06º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A4C4 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 164 196 -
CMYK 0 0.32 0.19 0.05
HSL 335.06º 0.73% 0.79% -
HSV(B) 335.06º 0.32% 0.95% -
XYZ 59.51 49.24 58.59 -
YUV 190.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 241 164 196 0 0.32 0.19 0.05 335.06 0.73 0.79
Hex F1 A4 C4 0 20 13 5 14F 49 4F
Octal 361 244 304 0 40 23 5 517 111 117
Binary 11110001 10100100 11000100 0 100000 10011 101 101001111 1001001 1001111

Color Harmonies of #F1A4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A4C4

Black with #F1A4C4

Text Example


Text Example

White with #F1A4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A4C4; }

 p { color: rgb(241,164,196); }

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

background-color css

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

 a { background-color: rgb(241,164,196); }

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

border-color css

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

 span { border-color: rgb(241,164,196); }

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