Html Css Color HEX #F4A4CB Carnation Pink

📋 copy color: '#F4A4CB'

red 244 ◦ green 164 ◦ blue 203

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

Shades of Carnation Pink #F4A4CB

Tints of Carnation Pink #F4A4CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.22%

R = 39.93%
G = 26.84%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F4A4CB (or 0xF4A4CB) is known color: Carnation Pink. HEX triplet: F4, A4 and CB. RGB value is (244,164,203). Sum of RGB (Red+Green+Blue) = 244+164+203=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A4CB is #0B5B34. Grayscale: #C0C0C0. Windows color (decimal): -744245 or 13346036. OLE color: 13346036.

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

Color convert

RGB 244 164 203 -
CMYK 0 0.33 0.17 0.04
HSL 330.75º 0.78% 0.8% -
HSV(B) 330.75º 0.33% 0.96% -
XYZ 61.36 50.1 62.94 -
YUV 192.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 244 164 203 0 0.33 0.17 0.04 330.75 0.78 0.8
Hex F4 A4 CB 0 21 11 4 14B 4E 50
Octal 364 244 313 0 41 21 4 513 116 120
Binary 11110100 10100100 11001011 0 100001 10001 100 101001011 1001110 1010000

Color Harmonies of #F4A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A4CB

Black with #F4A4CB

Text Example


Text Example

White with #F4A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A4CB; }

 p { color: rgb(244,164,203); }

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

background-color css

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

 a { background-color: rgb(244,164,203); }

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

border-color css

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

 span { border-color: rgb(244,164,203); }

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