Html Css Color HEX #F3A5C6 Carnation Pink

📋 copy color: '#F3A5C6'

red 243 ◦ green 165 ◦ blue 198

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

Shades of Carnation Pink #F3A5C6

Tints of Carnation Pink #F3A5C6

RGB

 RED value IS 243 (95.31% from 255) = 40.1%

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

 BLUE value IS 198 (77.73% from 255) = 32.67%

R = 40.1%
G = 27.23%
B = 32.67%

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

#F3A5C6 (or 0xF3A5C6) is known color: Carnation Pink. HEX triplet: F3, A5 and C6. RGB value is (243,165,198). Sum of RGB (Red+Green+Blue) = 243+165+198=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A5C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A5C6 is #0C5A39. Grayscale: #C0C0C0. Windows color (decimal): -809530 or 13018611. OLE color: 13018611.

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

Color convert

RGB 243 165 198 -
CMYK 0 0.32 0.19 0.05
HSL 334.62º 0.76% 0.8% -
HSV(B) 334.62º 0.32% 0.95% -
XYZ 60.61 50.04 59.89 -
YUV 192.08 131.34 164.32 -
System Red Green Blue C M Y K H S L
Decimal 243 165 198 0 0.32 0.19 0.05 334.62 0.76 0.8
Hex F3 A5 C6 0 20 13 5 14F 4C 50
Octal 363 245 306 0 40 23 5 517 114 120
Binary 11110011 10100101 11000110 0 100000 10011 101 101001111 1001100 1010000

Color Harmonies of #F3A5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A5C6

Black with #F3A5C6

Text Example


Text Example

White with #F3A5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A5C6; }

 p { color: rgb(243,165,198); }

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

background-color css

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

 a { background-color: rgb(243,165,198); }

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

border-color css

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

 span { border-color: rgb(243,165,198); }

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