Html Css Color HEX #FDCDEE Classic Rose

📋 copy color: '#FDCDEE'

red 253 ◦ green 205 ◦ blue 238

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

Shades of Classic Rose #FDCDEE

Tints of Classic Rose #FDCDEE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.45%

 BLUE value IS 238 (93.36% from 255) = 34.2%

R = 36.35%
G = 29.45%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDCDEE (or 0xFDCDEE) is known color: Classic Rose. HEX triplet: FD, CD and EE. RGB value is (253,205,238). Sum of RGB (Red+Green+Blue) = 253+205+238=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDEE is #023211. Grayscale: #DFDFDF. Windows color (decimal): -143890 or 15650301. OLE color: 15650301.

HSL color Cylindrical-coordinate representation of color #FDCDEE: hue angle of 318.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCDEE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 205 238 -
CMYK 0 0.19 0.06 0.01
HSL 318.75º 0.92% 0.9% -
HSV(B) 318.75º 0.19% 0.99% -
XYZ 77.77 70.72 90.44 -
YUV 223.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 253 205 238 0 0.19 0.06 0.01 318.75 0.92 0.9
Hex FD CD EE 0 13 6 1 13F 5C 5A
Octal 375 315 356 0 23 6 1 477 134 132
Binary 11111101 11001101 11101110 0 10011 110 1 100111111 1011100 1011010

Color Harmonies of #FDCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDEE

Black with #FDCDEE

Text Example


Text Example

White with #FDCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDEE; }

 p { color: rgb(253,205,238); }

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

background-color css

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

 a { background-color: rgb(253,205,238); }

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

border-color css

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

 span { border-color: rgb(253,205,238); }

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