Html Css Color HEX #FDDCC7 Karry

📋 copy color: '#FDDCC7'

red 253 ◦ green 220 ◦ blue 199

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

Shades of Karry #FDDCC7

Tints of Karry #FDDCC7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.74%

 BLUE value IS 199 (78.13% from 255) = 29.61%

R = 37.65%
G = 32.74%
B = 29.61%

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

#FDDCC7 (or 0xFDDCC7) is known color: Karry. HEX triplet: FD, DC and C7. RGB value is (253,220,199). Sum of RGB (Red+Green+Blue) = 253+220+199=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 199 (78.12% from 255 or 29.61% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCC7 is #022338. Grayscale: #E3E3E3. Windows color (decimal): -140089 or 13098237. OLE color: 13098237.

HSL color Cylindrical-coordinate representation of color #FDDCC7: hue angle of 23.33º 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 #FDDCC7 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 199 -
CMYK 0 0.13 0.21 0.01
HSL 23.33º 0.93% 0.89% -
HSV(B) 23.33º 0.21% 0.99% -
XYZ 76.41 76.19 64.71 -
YUV 227.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 253 220 199 0 0.13 0.21 0.01 23.33 0.93 0.89
Hex FD DC C7 0 D 15 1 17 5D 59
Octal 375 334 307 0 15 25 1 27 135 131
Binary 11111101 11011100 11000111 0 1101 10101 1 10111 1011101 1011001

Color Harmonies of #FDDCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCC7

Black with #FDDCC7

Text Example


Text Example

White with #FDDCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCC7; }

 p { color: rgb(253,220,199); }

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

background-color css

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

 a { background-color: rgb(253,220,199); }

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

border-color css

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

 span { border-color: rgb(253,220,199); }

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