Html Css Color HEX #FDDBE2 Carousel Pink

📋 copy color: '#FDDBE2'

red 253 ◦ green 219 ◦ blue 226

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

Shades of Carousel Pink #FDDBE2

Tints of Carousel Pink #FDDBE2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.38%

 BLUE value IS 226 (88.67% from 255) = 32.38%

R = 36.25%
G = 31.38%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDDBE2 (or 0xFDDBE2) is known color: Carousel Pink. HEX triplet: FD, DB and E2. RGB value is (253,219,226). Sum of RGB (Red+Green+Blue) = 253+219+226=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 226 (88.67% from 255 or 32.38% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBE2 is #02241D. Grayscale: #E5E5E5. Windows color (decimal): -140318 or 14867453. OLE color: 14867453.

HSL color Cylindrical-coordinate representation of color #FDDBE2: hue angle of 347.65º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDBE2 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 219 226 -
CMYK 0 0.13 0.11 0.01
HSL 347.65º 0.89% 0.93% -
HSV(B) 347.65º 0.13% 0.99% -
XYZ 79.57 77.04 82.63 -
YUV 229.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 253 219 226 0 0.13 0.11 0.01 347.65 0.89 0.93
Hex FD DB E2 0 D B 1 15C 59 5D
Octal 375 333 342 0 15 13 1 534 131 135
Binary 11111101 11011011 11100010 0 1101 1011 1 101011100 1011001 1011101

Color Harmonies of #FDDBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBE2

Black with #FDDBE2

Text Example


Text Example

White with #FDDBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBE2; }

 p { color: rgb(253,219,226); }

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

background-color css

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

 a { background-color: rgb(253,219,226); }

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

border-color css

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

 span { border-color: rgb(253,219,226); }

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