Html Css Color HEX #FBDCE2 Carousel Pink

📋 copy color: '#FBDCE2'

red 251 ◦ green 220 ◦ blue 226

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

Shades of Carousel Pink #FBDCE2

Tints of Carousel Pink #FBDCE2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.56%

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

R = 36.01%
G = 31.56%
B = 32.42%

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

#FBDCE2 (or 0xFBDCE2) is known color: Carousel Pink. HEX triplet: FB, DC and E2. RGB value is (251,220,226). Sum of RGB (Red+Green+Blue) = 251+220+226=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCE2 is #04231D. Grayscale: #E5E5E5. Windows color (decimal): -271134 or 14867707. OLE color: 14867707.

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

Color convert

RGB 251 220 226 -
CMYK 0 0.12 0.10 0.02
HSL 348.39º 0.79% 0.92% -
HSV(B) 348.39º 0.12% 0.98% -
XYZ 79.1 77.19 82.68 -
YUV 229.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 251 220 226 0 0.12 0.10 0.02 348.39 0.79 0.92
Hex FB DC E2 0 C A 2 15C 4F 5C
Octal 373 334 342 0 14 12 2 534 117 134
Binary 11111011 11011100 11100010 0 1100 1010 10 101011100 1001111 1011100

Color Harmonies of #FBDCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDCE2

Black with #FBDCE2

Text Example


Text Example

White with #FBDCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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