Html Css Color HEX #F2A3C3 Carnation Pink

📋 copy color: '#F2A3C3'

red 242 ◦ green 163 ◦ blue 195

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

Shades of Carnation Pink #F2A3C3

Tints of Carnation Pink #F2A3C3

RGB

 RED value IS 242 (94.92% from 255) = 40.33%

 GREEN value IS 163 (64.06% from 255) = 27.17%

 BLUE value IS 195 (76.56% from 255) = 32.5%

R = 40.33%
G = 27.17%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2A3C3 (or 0xF2A3C3) is known color: Carnation Pink. HEX triplet: F2, A3 and C3. RGB value is (242,163,195). Sum of RGB (Red+Green+Blue) = 242+163+195=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 195 (76.56% from 255 or 32.5% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A3C3 is #0D5C3C. Grayscale: #BEBEBE. Windows color (decimal): -875581 or 12821490. OLE color: 12821490.

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

Color convert

RGB 242 163 195 -
CMYK 0 0.33 0.19 0.05
HSL 335.7º 0.75% 0.79% -
HSV(B) 335.7º 0.33% 0.95% -
XYZ 59.57 49.01 57.95 -
YUV 190.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 242 163 195 0 0.33 0.19 0.05 335.7 0.75 0.79
Hex F2 A3 C3 0 21 13 5 150 4B 4F
Octal 362 243 303 0 41 23 5 520 113 117
Binary 11110010 10100011 11000011 0 100001 10011 101 101010000 1001011 1001111

Color Harmonies of #F2A3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A3C3

Black with #F2A3C3

Text Example


Text Example

White with #F2A3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A3C3; }

 p { color: rgb(242,163,195); }

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

background-color css

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

 a { background-color: rgb(242,163,195); }

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

border-color css

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

 span { border-color: rgb(242,163,195); }

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