Html Css Color HEX #FEDDCA Karry

📋 copy color: '#FEDDCA'

red 254 ◦ green 221 ◦ blue 202

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

Shades of Karry #FEDDCA

Tints of Karry #FEDDCA

RGB

 RED value IS 254 (99.61% from 255) = 37.52%

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

 BLUE value IS 202 (79.3% from 255) = 29.84%

R = 37.52%
G = 32.64%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEDDCA (or 0xFEDDCA) is known color: Karry. HEX triplet: FE, DD and CA. RGB value is (254,221,202). Sum of RGB (Red+Green+Blue) = 254+221+202=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDCA is #012235. Grayscale: #E4E4E4. Windows color (decimal): -74294 or 13295102. OLE color: 13295102.

HSL color Cylindrical-coordinate representation of color #FEDDCA: hue angle of 21.92º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEDDCA is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 202 -
CMYK 0 0.13 0.20 0.00
HSL 21.92º 0.96% 0.89% -
HSV(B) 21.92º 0.2% 1% -
XYZ 77.39 77.05 66.67 -
YUV 228.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 254 221 202 0 0.13 0.20 0.00 21.92 0.96 0.89
Hex FE DD CA 0 D 14 0 16 60 59
Octal 376 335 312 0 15 24 0 26 140 131
Binary 11111110 11011101 11001010 0 1101 10100 0 10110 1100000 1011001

Color Harmonies of #FEDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDCA

Black with #FEDDCA

Text Example


Text Example

White with #FEDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDCA; }

 p { color: rgb(254,221,202); }

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

background-color css

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

 a { background-color: rgb(254,221,202); }

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

border-color css

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

 span { border-color: rgb(254,221,202); }

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