Html Css Color HEX #FBDBE2 Carousel Pink

📋 copy color: '#FBDBE2'

red 251 ◦ green 219 ◦ blue 226

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

Shades of Carousel Pink #FBDBE2

Tints of Carousel Pink #FBDBE2

RGB

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

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

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

R = 36.06%
G = 31.47%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBDBE2 (or 0xFBDBE2) is known color: Carousel Pink. HEX triplet: FB, DB and E2. RGB value is (251,219,226). Sum of RGB (Red+Green+Blue) = 251+219+226=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 226 (88.67% from 255 or 32.47% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBE2 is #04241D. Grayscale: #E5E5E5. Windows color (decimal): -271390 or 14867451. OLE color: 14867451.

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

Color convert

RGB 251 219 226 -
CMYK 0 0.13 0.10 0.02
HSL 346.88º 0.8% 0.92% -
HSV(B) 346.88º 0.13% 0.98% -
XYZ 78.84 76.66 82.59 -
YUV 229.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 251 219 226 0 0.13 0.10 0.02 346.88 0.8 0.92
Hex FB DB E2 0 D A 2 15B 50 5C
Octal 373 333 342 0 15 12 2 533 120 134
Binary 11111011 11011011 11100010 0 1101 1010 10 101011011 1010000 1011100

Color Harmonies of #FBDBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBE2

Black with #FBDBE2

Text Example


Text Example

White with #FBDBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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