Html Css Color HEX #FDABCA Carnation Pink

📋 copy color: '#FDABCA'

red 253 ◦ green 171 ◦ blue 202

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

Shades of Carnation Pink #FDABCA

Tints of Carnation Pink #FDABCA

RGB

 RED value IS 253 (99.22% from 255) = 40.42%

 GREEN value IS 171 (67.19% from 255) = 27.32%

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

R = 40.42%
G = 27.32%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDABCA (or 0xFDABCA) is known color: Carnation Pink. HEX triplet: FD, AB and CA. RGB value is (253,171,202). Sum of RGB (Red+Green+Blue) = 253+171+202=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABCA is #025435. Grayscale: #C7C7C7. Windows color (decimal): -152630 or 13282301. OLE color: 13282301.

HSL color Cylindrical-coordinate representation of color #FDABCA: hue angle of 337.32º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDABCA is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 202 -
CMYK 0 0.32 0.20 0.01
HSL 337.32º 0.95% 0.83% -
HSV(B) 337.32º 0.32% 0.99% -
XYZ 65.73 54.27 62.89 -
YUV 199.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 253 171 202 0 0.32 0.20 0.01 337.32 0.95 0.83
Hex FD AB CA 0 20 14 1 151 5F 53
Octal 375 253 312 0 40 24 1 521 137 123
Binary 11111101 10101011 11001010 0 100000 10100 1 101010001 1011111 1010011

Color Harmonies of #FDABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABCA

Black with #FDABCA

Text Example


Text Example

White with #FDABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABCA; }

 p { color: rgb(253,171,202); }

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

background-color css

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

 a { background-color: rgb(253,171,202); }

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

border-color css

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

 span { border-color: rgb(253,171,202); }

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