Html Css Color HEX #F7DDCB Karry

📋 copy color: '#F7DDCB'

red 247 ◦ green 221 ◦ blue 203

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

Shades of Karry #F7DDCB

Tints of Karry #F7DDCB

RGB

 RED value IS 247 (96.88% from 255) = 36.81%

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

 BLUE value IS 203 (79.69% from 255) = 30.25%

R = 36.81%
G = 32.94%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7DDCB (or 0xF7DDCB) is known color: Karry. HEX triplet: F7, DD and CB. RGB value is (247,221,203). Sum of RGB (Red+Green+Blue) = 247+221+203=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DDCB is #082234. Grayscale: #E2E2E2. Windows color (decimal): -533045 or 13360631. OLE color: 13360631.

HSL color Cylindrical-coordinate representation of color #F7DDCB: hue angle of 24.55º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7DDCB is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 221 203 -
CMYK 0 0.11 0.18 0.03
HSL 24.55º 0.73% 0.88% -
HSV(B) 24.55º 0.18% 0.97% -
XYZ 74.99 75.8 67.18 -
YUV 226.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 247 221 203 0 0.11 0.18 0.03 24.55 0.73 0.88
Hex F7 DD CB 0 B 12 3 19 49 58
Octal 367 335 313 0 13 22 3 31 111 130
Binary 11110111 11011101 11001011 0 1011 10010 11 11001 1001001 1011000

Color Harmonies of #F7DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DDCB

Black with #F7DDCB

Text Example


Text Example

White with #F7DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DDCB; }

 p { color: rgb(247,221,203); }

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

background-color css

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

 a { background-color: rgb(247,221,203); }

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

border-color css

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

 span { border-color: rgb(247,221,203); }

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