Html Css Color HEX #FBDEE2 Carousel Pink

📋 copy color: '#FBDEE2'

red 251 ◦ green 222 ◦ blue 226

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

Shades of Carousel Pink #FBDEE2

Tints of Carousel Pink #FBDEE2

RGB

 RED value IS 251 (98.44% from 255) = 35.91%

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

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

R = 35.91%
G = 31.76%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBDEE2 (or 0xFBDEE2) is known color: Carousel Pink. HEX triplet: FB, DE and E2. RGB value is (251,222,226). Sum of RGB (Red+Green+Blue) = 251+222+226=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEE2 is #04211D. Grayscale: #E7E7E7. Windows color (decimal): -270622 or 14868219. OLE color: 14868219.

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

Color convert

RGB 251 222 226 -
CMYK 0 0.12 0.10 0.02
HSL 351.72º 0.78% 0.93% -
HSV(B) 351.72º 0.12% 0.98% -
XYZ 79.63 78.24 82.86 -
YUV 231.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 251 222 226 0 0.12 0.10 0.02 351.72 0.78 0.93
Hex FB DE E2 0 C A 2 160 4E 5D
Octal 373 336 342 0 14 12 2 540 116 135
Binary 11111011 11011110 11100010 0 1100 1010 10 101100000 1001110 1011101

Color Harmonies of #FBDEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDEE2

Black with #FBDEE2

Text Example


Text Example

White with #FBDEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDEE2; }

 p { color: rgb(251,222,226); }

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

background-color css

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

 a { background-color: rgb(251,222,226); }

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

border-color css

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

 span { border-color: rgb(251,222,226); }

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