Html Css Color HEX #FADECB Karry

📋 copy color: '#FADECB'

red 250 ◦ green 222 ◦ blue 203

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

Shades of Karry #FADECB

Tints of Karry #FADECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.89%

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

R = 37.04%
G = 32.89%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FADECB (or 0xFADECB) is known color: Karry. HEX triplet: FA, DE and CB. RGB value is (250,222,203). Sum of RGB (Red+Green+Blue) = 250+222+203=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FADECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADECB is #052134. Grayscale: #E4E4E4. Windows color (decimal): -336181 or 13360890. OLE color: 13360890.

HSL color Cylindrical-coordinate representation of color #FADECB: hue angle of 24.26º 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 #FADECB is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 222 203 -
CMYK 0 0.11 0.19 0.02
HSL 24.26º 0.82% 0.89% -
HSV(B) 24.26º 0.19% 0.98% -
XYZ 76.33 76.88 67.32 -
YUV 228.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 250 222 203 0 0.11 0.19 0.02 24.26 0.82 0.89
Hex FA DE CB 0 B 13 2 18 52 59
Octal 372 336 313 0 13 23 2 30 122 131
Binary 11111010 11011110 11001011 0 1011 10011 10 11000 1010010 1011001

Color Harmonies of #FADECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADECB

Black with #FADECB

Text Example


Text Example

White with #FADECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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