Html Css Color HEX #FADDCB Karry

📋 copy color: '#FADDCB'

red 250 ◦ green 221 ◦ blue 203

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

Shades of Karry #FADDCB

Tints of Karry #FADDCB

RGB

 RED value IS 250 (98.05% from 255) = 37.09%

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

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

R = 37.09%
G = 32.79%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FADDCB (or 0xFADDCB) is known color: Karry. HEX triplet: FA, DD and CB. RGB value is (250,221,203). Sum of RGB (Red+Green+Blue) = 250+221+203=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDCB is #052234. Grayscale: #E3E3E3. Windows color (decimal): -336437 or 13360634. OLE color: 13360634.

HSL color Cylindrical-coordinate representation of color #FADDCB: hue angle of 22.98º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FADDCB is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 221 203 -
CMYK 0 0.12 0.19 0.02
HSL 22.98º 0.82% 0.89% -
HSV(B) 22.98º 0.19% 0.98% -
XYZ 76.06 76.35 67.23 -
YUV 227.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 250 221 203 0 0.12 0.19 0.02 22.98 0.82 0.89
Hex FA DD CB 0 C 13 2 17 52 59
Octal 372 335 313 0 14 23 2 27 122 131
Binary 11111010 11011101 11001011 0 1100 10011 10 10111 1010010 1011001

Color Harmonies of #FADDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDCB

Black with #FADDCB

Text Example


Text Example

White with #FADDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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