Html Css Color HEX #FDADCA Carnation Pink

📋 copy color: '#FDADCA'

red 253 ◦ green 173 ◦ blue 202

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

Shades of Carnation Pink #FDADCA

Tints of Carnation Pink #FDADCA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.55%

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

R = 40.29%
G = 27.55%
B = 32.17%

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

#FDADCA (or 0xFDADCA) is known color: Carnation Pink. HEX triplet: FD, AD and CA. RGB value is (253,173,202). Sum of RGB (Red+Green+Blue) = 253+173+202=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADCA is #025235. Grayscale: #C8C8C8. Windows color (decimal): -152118 or 13282813. OLE color: 13282813.

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

Color convert

RGB 253 173 202 -
CMYK 0 0.32 0.20 0.01
HSL 338.25º 0.95% 0.84% -
HSV(B) 338.25º 0.32% 0.99% -
XYZ 66.11 55.03 63.02 -
YUV 200.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 253 173 202 0 0.32 0.20 0.01 338.25 0.95 0.84
Hex FD AD CA 0 20 14 1 152 5F 54
Octal 375 255 312 0 40 24 1 522 137 124
Binary 11111101 10101101 11001010 0 100000 10100 1 101010010 1011111 1010100

Color Harmonies of #FDADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADCA

Black with #FDADCA

Text Example


Text Example

White with #FDADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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