Html Css Color HEX #F3A5CA Carnation Pink

📋 copy color: '#F3A5CA'

red 243 ◦ green 165 ◦ blue 202

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

Shades of Carnation Pink #F3A5CA

Tints of Carnation Pink #F3A5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.11%

R = 39.84%
G = 27.05%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F3A5CA (or 0xF3A5CA) is known color: Carnation Pink. HEX triplet: F3, A5 and CA. RGB value is (243,165,202). Sum of RGB (Red+Green+Blue) = 243+165+202=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A5CA is #0C5A35. Grayscale: #C0C0C0. Windows color (decimal): -809526 or 13280755. OLE color: 13280755.

HSL color Cylindrical-coordinate representation of color #F3A5CA: hue angle of 331.54º 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 #F3A5CA is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 165 202 -
CMYK 0 0.32 0.17 0.05
HSL 331.54º 0.76% 0.8% -
HSV(B) 331.54º 0.32% 0.95% -
XYZ 61.08 50.23 62.35 -
YUV 192.54 133.34 163.99 -
System Red Green Blue C M Y K H S L
Decimal 243 165 202 0 0.32 0.17 0.05 331.54 0.76 0.8
Hex F3 A5 CA 0 20 11 5 14C 4C 50
Octal 363 245 312 0 40 21 5 514 114 120
Binary 11110011 10100101 11001010 0 100000 10001 101 101001100 1001100 1010000

Color Harmonies of #F3A5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A5CA

Black with #F3A5CA

Text Example


Text Example

White with #F3A5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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