Html Css Color HEX #FDDDCA Karry

📋 copy color: '#FDDDCA'

red 253 ◦ green 221 ◦ blue 202

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

Shades of Karry #FDDDCA

Tints of Karry #FDDDCA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.69%

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

R = 37.43%
G = 32.69%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDDDCA (or 0xFDDDCA) is known color: Karry. HEX triplet: FD, DD and CA. RGB value is (253,221,202). Sum of RGB (Red+Green+Blue) = 253+221+202=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDCA is #022235. Grayscale: #E4E4E4. Windows color (decimal): -139830 or 13295101. OLE color: 13295101.

HSL color Cylindrical-coordinate representation of color #FDDDCA: hue angle of 22.35º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDDDCA is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 221 202 -
CMYK 0 0.13 0.20 0.01
HSL 22.35º 0.93% 0.89% -
HSV(B) 22.35º 0.2% 0.99% -
XYZ 77.03 76.86 66.65 -
YUV 228.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 253 221 202 0 0.13 0.20 0.01 22.35 0.93 0.89
Hex FD DD CA 0 D 14 1 16 5D 59
Octal 375 335 312 0 15 24 1 26 135 131
Binary 11111101 11011101 11001010 0 1101 10100 1 10110 1011101 1011001

Color Harmonies of #FDDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDDCA

Black with #FDDDCA

Text Example


Text Example

White with #FDDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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