Html Css Color HEX #FDDDC9 Karry

📋 copy color: '#FDDDC9'

red 253 ◦ green 221 ◦ blue 201

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

Shades of Karry #FDDDC9

Tints of Karry #FDDDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29.78%

R = 37.48%
G = 32.74%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDDDC9 (or 0xFDDDC9) is known color: Karry. HEX triplet: FD, DD and C9. RGB value is (253,221,201). Sum of RGB (Red+Green+Blue) = 253+221+201=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 201 (78.91% from 255 or 29.78% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDC9 is #022236. Grayscale: #E4E4E4. Windows color (decimal): -139831 or 13229565. OLE color: 13229565.

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

Color convert

RGB 253 221 201 -
CMYK 0 0.13 0.21 0.01
HSL 23.08º 0.93% 0.89% -
HSV(B) 23.08º 0.21% 0.99% -
XYZ 76.91 76.81 66.03 -
YUV 228.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 253 221 201 0 0.13 0.21 0.01 23.08 0.93 0.89
Hex FD DD C9 0 D 15 1 17 5D 59
Octal 375 335 311 0 15 25 1 27 135 131
Binary 11111101 11011101 11001001 0 1101 10101 1 10111 1011101 1011001

Color Harmonies of #FDDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDDC9

Black with #FDDDC9

Text Example


Text Example

White with #FDDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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